You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/04/08 22:52:47 UTC

svn commit: r1090443 - /myfaces/tobago/trunk/src/site/apt/migration-1.5.apt

Author: bommel
Date: Fri Apr  8 20:52:46 2011
New Revision: 1090443

URL: http://svn.apache.org/viewvc?rev=1090443&view=rev
Log:
fixed typo

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-1.5.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-1.5.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-1.5.apt?rev=1090443&r1=1090442&r2=1090443&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-1.5.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-1.5.apt Fri Apr  8 20:52:46 2011
@@ -87,7 +87,7 @@ UIComponent Classes
    to get a consistent naming schema. The used UIComponents where generated
    and have super classes with an "Abstract" as prefix.
    All getters and setters are generated in the UIComponent classes.
-   The flowing code will not work in 1.5 <<<uiComponent.getAttributes().remove()>>>. Please set the value to null.
+   The following code will not work in 1.5 <<<uiComponent.getAttributes().remove("attributeName")>>>. Please set the value to null.
 
    \