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

svn commit: r1138869 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java

Author: drobiazko
Date: Thu Jun 23 13:27:36 2011
New Revision: 1138869

URL: http://svn.apache.org/viewvc?rev=1138869&view=rev
Log:
Fixed wrong parameter name in javadoc

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java?rev=1138869&r1=1138868&r2=1138869&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/ComponentResourceSelector.java Thu Jun 23 13:27:36 2011
@@ -53,7 +53,7 @@ public final class ComponentResourceSele
      * Typically, the axis type is an enum type. Axis values are expected to be immutable, and to implement
      * {@code equals()} and {@code hashCode()}.
      * 
-     * @param axisName
+     * @param axisType
      *            non-blank axis key
      * @param axisValue
      *            non-null axis value