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.
This commit is contained in:
Allon Mureinik 2017-02-23 01:20:47 +02:00 committed by pascalschumacher
parent 914844e1b2
commit 36b00f803a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {