From adffaces-commits-return-759-apmail-incubator-adffaces-commits-archive=incubator.apache.org@incubator.apache.org Thu Aug 24 00:05:41 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-commits-archive@locus.apache.org Received: (qmail 1363 invoked from network); 24 Aug 2006 00:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 00:05:41 -0000 Received: (qmail 51007 invoked by uid 500); 24 Aug 2006 00:05:40 -0000 Delivered-To: apmail-incubator-adffaces-commits-archive@incubator.apache.org Received: (qmail 50985 invoked by uid 500); 24 Aug 2006 00:05:40 -0000 Mailing-List: contact adffaces-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-dev@incubator.apache.org Delivered-To: mailing list adffaces-commits@incubator.apache.org Received: (qmail 50976 invoked by uid 99); 24 Aug 2006 00:05:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 17:05:40 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 17:05:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B8A481A981A; Wed, 23 Aug 2006 17:05:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r434256 - /incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java Date: Thu, 24 Aug 2006 00:05:19 -0000 To: adffaces-commits@incubator.apache.org From: matzew@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060824000519.B8A481A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: matzew Date: Wed Aug 23 17:05:18 2006 New Revision: 434256 URL: http://svn.apache.org/viewvc?rev=434256&view=rev Log: very minor doc fix Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java?rev=434256&r1=434255&r2=434256&view=diff ============================================================================== --- incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java (original) +++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/Icon.java Wed Aug 23 17:05:18 2006 @@ -57,7 +57,7 @@ * Renders the Icon. * * @param FacesContext context - * @param RenderingContext arc The AdfRenderingContext for the + * @param RenderingContext arc The RenderingContext for the * current request. * @param attrs A Map which which provides access to * values that might be useful to Icon implementations, @@ -75,7 +75,7 @@ * which indicates to the caller that no image representation of * the Icon is available. * @param FacesContext context - * @param RenderingContext arc The AdfRenderingContext for the + * @param RenderingContext arc The RenderingContext for the * current request. */ public Object getImageURI( @@ -114,7 +114,7 @@ * Returns an InputStreamProvider which provides access to the * image data for image-based Icons. * @param FacesContext context - * @param RenderingContext arc The AdfRenderingContext for the + * @param RenderingContext arc The RenderingContext for the * current request. * @todo Is this still necessary? */