You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by cj...@apache.org on 2009/08/03 13:55:03 UTC

svn commit: r800321 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java

Author: cjhoward
Date: Mon Aug  3 11:55:02 2009
New Revision: 800321

URL: http://svn.apache.org/viewvc?rev=800321&view=rev
Log:
Fixed illegal characters in comments.

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java?rev=800321&r1=800320&r2=800321&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java Mon Aug  3 11:55:02 2009
@@ -864,7 +864,7 @@
      * @param name
      *            the init parameter's name
      * @param defaultValue
-     *            the default value to return in case the ârameter was not set
+     *            the default value to return in case the parameter was not set
      * 
      * @return the init parameter value as a boolean
      * 
@@ -895,7 +895,7 @@
      * @param name
      *            the init parameter's name
      * @param defaultValue
-     *            the default value to return in case the ârameter was not set
+     *            the default value to return in case the parameter was not set
      * 
      * @return the init parameter value as a int
      * 
@@ -951,7 +951,7 @@
      * @param name
      *            the init parameter's name
      * @param defaultValue
-     *            the default value to return in case the ârameter was not set
+     *            the default value to return in case the parameter was not set
      * 
      * @return the init parameter value as an object instance
      * 
@@ -990,7 +990,7 @@
      * @param name
      *            the init parameter's name
      * @param defaultValue
-     *            the default value to return in case the ârameter was not set
+     *            the default value to return in case the parameter was not set
      * 
      * @return the init parameter value as a long
      *