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 2013/02/27 14:35:40 UTC

[2/3] git commit: Fix javadoc

Fix javadoc


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

Branch: refs/heads/master
Commit: a5dbd6e1327149804d4f5915f9a29c655792c6e9
Parents: aa9578e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Feb 27 15:34:31 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Feb 27 15:34:31 2013 +0200

----------------------------------------------------------------------
 .../wicket/markup/html/link/PopupSettings.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a5dbd6e1/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java
index f81d190..418d0e5 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java
@@ -72,7 +72,7 @@ public class PopupSettings implements IClusterable
 	private int left = -1;
 
 	/**
-	 * The target to put in JavaScript. This implementation simply refers to the href element, but
+	 * The target to put in JavaScript. This implementation simply refers to the href attribute, but
 	 * clients may want to override this (e.g. when the HTML element is not an anchor).
 	 */
 	private String target = "href";