You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/02/24 16:21:35 UTC

[lang] Fix JsonToStringStyleTest.NestingPerson javadoc (closes #243)

Repository: commons-lang
Updated Branches:
  refs/heads/master 914844e1b -> 36b00f803


Fix JsonToStringStyleTest.NestingPerson javadoc (closes #243)

A {@link} javadoc can only reference a resolvable class name. The
{@link} tag in NestingPerson's javadoc is thus broken, as it directly
references JsonToStringStyle without qualifying it with the enclosing
ToStringStyle class.

This patch adds the enclosing class to the javadoc, thus "unbreaking"
the reference.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/36b00f80
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/36b00f80
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/36b00f80

Branch: refs/heads/master
Commit: 36b00f803a0b307c30f79378cd758323c242cc65
Parents: 914844e
Author: Allon Mureinik <am...@redhat.com>
Authored: Thu Feb 23 01:20:47 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Feb 24 17:20:50 2017 +0100

----------------------------------------------------------------------
 .../org/apache/commons/lang3/builder/JsonToStringStyleTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/36b00f80/src/test/java/org/apache/commons/lang3/builder/JsonToStringStyleTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/lang3/builder/JsonToStringStyleTest.java b/src/test/java/org/apache/commons/lang3/builder/JsonToStringStyleTest.java
index 580a254..c60dc05 100644
--- a/src/test/java/org/apache/commons/lang3/builder/JsonToStringStyleTest.java
+++ b/src/test/java/org/apache/commons/lang3/builder/JsonToStringStyleTest.java
@@ -359,7 +359,7 @@ public class JsonToStringStyleTest {
     }
     
     /**
-     * An object with nested object structures used to test {@link JsonToStringStyle}.
+     * An object with nested object structures used to test {@link ToStringStyle.JsonToStringStyle}.
      * 
      */
     static class NestingPerson {