Javadoc to make is easier to use your IDE to jump to the method.

This commit is contained in:
Gary Gregory 2020-12-29 11:41:49 -05:00
parent 9fa1d734f6
commit 5157875ce5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
*/ */
public class Java15BugFastDateParserTest { public class Java15BugFastDateParserTest {
/** @see org.apache.commons.lang3.time.FastDateParserTest#dateParserParameters() */
private static final String DATE_PARSER_PARAMETERS = "org.apache.commons.lang3.time.FastDateParserTest#dateParserParameters()"; private static final String DATE_PARSER_PARAMETERS = "org.apache.commons.lang3.time.FastDateParserTest#dateParserParameters()";
@Test @Test