You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/05/02 21:03:55 UTC

svn commit: r1098737 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java

Author: hlship
Date: Mon May  2 19:03:55 2011
New Revision: 1098737

URL: http://svn.apache.org/viewvc?rev=1098737&view=rev
Log:
TAP5-1508: Remove outdated TODO comment

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java?rev=1098737&r1=1098736&r2=1098737&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/PropertyWorker.java Mon May  2 19:03:55 2011
@@ -45,8 +45,6 @@ public class PropertyWorker implements C
         PropertyAccessType accessType = toType(field);
 
         field.createAccessors(accessType);
-
-        // TODO: Change createAccessors() to do a check that the methods do not already exist.
     }
 
     private PropertyAccessType toType(PlasticField field)