You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/06/23 17:59:39 UTC

[4/4] git commit: Correct invalid JavaDoc link

Correct invalid JavaDoc link


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/57171a34
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/57171a34
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/57171a34

Branch: refs/heads/master
Commit: 57171a34a8fcbaf8fe25749096a00b262ab4c871
Parents: da47422
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 23 08:59:37 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 23 08:59:37 2014 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/SymbolConstants.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/57171a34/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
index 925acc7..28e96df 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
@@ -445,7 +445,7 @@ public class SymbolConstants
     /**
      * Defines the CSS class of the HTML element generated by
      * the {@linkplain FormGroup} mixin and the {@linkplain BeanEditForm} and {@linkplain BeanEditor}.
-     * when {@linkplain FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_NAME} is not set to null or the empty string.
+     * when {@linkplain #FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_NAME} is not set to null or the empty string.
      * The default value is the empty string (no CSS class added).
      *
      * @see https://issues.apache.org/jira/browse/TAP5-2182