You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jo...@apache.org on 2011/06/28 15:36:12 UTC

svn commit: r1140602 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java

Author: joshcanfield
Date: Tue Jun 28 13:36:11 2011
New Revision: 1140602

URL: http://svn.apache.org/viewvc?rev=1140602&view=rev
Log:
TAP5-1559 - Excessive warnings

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java?rev=1140602&r1=1140601&r2=1140602&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/ClassFab.java Tue Jun 28 13:36:11 2011
@@ -69,7 +69,6 @@ public interface ClassFab
      *            defines the name, return type, parameters and exceptions thrown
      * @param body
      *            The body of the method.
-     * @return a method fabricator, used to add catch handlers.
      * @throws RuntimeException
      *             if a method with that signature has already been added, or if there is a Javassist
      *             compilation error