You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/09/21 19:20:01 UTC

svn commit: r999510 - in /pivot/branches/1.5.x: web-server/src/org/apache/pivot/web/server/QueryServlet.java wtk/src/org/apache/pivot/wtk/content/TreeBranch.java

Author: gbrown
Date: Tue Sep 21 17:20:00 2010
New Revision: 999510

URL: http://svn.apache.org/viewvc?rev=999510&view=rev
Log:
Javadoc updates.

Modified:
    pivot/branches/1.5.x/web-server/src/org/apache/pivot/web/server/QueryServlet.java
    pivot/branches/1.5.x/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java

Modified: pivot/branches/1.5.x/web-server/src/org/apache/pivot/web/server/QueryServlet.java
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/web-server/src/org/apache/pivot/web/server/QueryServlet.java?rev=999510&r1=999509&r2=999510&view=diff
==============================================================================
--- pivot/branches/1.5.x/web-server/src/org/apache/pivot/web/server/QueryServlet.java (original)
+++ pivot/branches/1.5.x/web-server/src/org/apache/pivot/web/server/QueryServlet.java Tue Sep 21 17:20:00 2010
@@ -227,7 +227,7 @@ public abstract class QueryServlet exten
 
     /**
      * Prepares a servlet for request execution. This method is called immediately
-     * prior to the {@link #validate(Path)} method.
+     * prior to the {@link #validate(Query.Method, Path)} method.
      * <p>
      * The default implementation is a no-op.
      *

Modified: pivot/branches/1.5.x/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java
URL: http://svn.apache.org/viewvc/pivot/branches/1.5.x/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java?rev=999510&r1=999509&r2=999510&view=diff
==============================================================================
--- pivot/branches/1.5.x/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java (original)
+++ pivot/branches/1.5.x/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java Tue Sep 21 17:20:00 2010
@@ -108,7 +108,7 @@ public class TreeBranch extends TreeNode
      * application context's {@linkplain ApplicationContext#getResourceCache()
      * resource cache} if one does not already exist.
      *
-     * @param expandedIconURL
+     * @param expandedIconName
      * The resource name of the expanded icon to set.
      *
      * @see #setExpandedIcon(URL)