You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/03/18 17:03:11 UTC

[3/6] git commit: Fix broken javadoc

Fix broken javadoc


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6f8c8888
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6f8c8888
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6f8c8888

Branch: refs/heads/master
Commit: 6f8c88882401c60c0cdfce93ff27c568c3196040
Parents: e47e61e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 18 17:57:35 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 18 17:57:35 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/examples/niceurl/mounted/Page5.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6f8c8888/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.java
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.java b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.java
index 88cd076..d87a12a 100644
--- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.java
+++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.java
@@ -69,7 +69,7 @@ public class Page5 extends WicketExamplePage
 	}
 
 	/**
-	 * @param parameters
+	 * @param values
 	 * @return
 	 */
 	private String join(List<org.apache.wicket.util.string.StringValue> values)