Repository: tapestry-5
Updated Branches:
  refs/heads/master a02bf98bc -> 1c23823b9


TAP5-2560: fixing JavaDoc errors again

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

Branch: refs/heads/master
Commit: 1c23823b9dd068f418ba198ea344e1e74d3bc023
Parents: a02bf98
Author: Thiago H. de Paula Figueiredo <[email protected]>
Authored: Thu Jan 17 00:58:35 2019 -0200
Committer: Thiago H. de Paula Figueiredo <[email protected]>
Committed: Thu Jan 17 00:58:35 2019 -0200

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1c23823b/commons/src/main/java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java
----------------------------------------------------------------------
diff --git 
a/commons/src/main/java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java
 
b/commons/src/main/java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java
index f01064b..ea397bf 100644
--- 
a/commons/src/main/java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java
+++ 
b/commons/src/main/java/org/apache/tapestry5/ioc/internal/util/GenericsUtils.java
@@ -48,7 +48,7 @@ public class GenericsUtils
      * Analyzes the field in the context of containingClass and returns the 
Class that is represented by
      * the field's generic type. Any parameter information in the generic type 
is lost, if you want
      * to preserve the type parameters of the return type consider using
-     * {@link #getTypeVariableIndex(java.lang.reflect.TypeVariable)}.
+     * #getTypeVariableIndex(java.lang.reflect.TypeVariable).
      *
      * @param containingClass class which either contains or inherited the 
field
      * @param field           field from which to extract the type

Reply via email to