You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/29 16:41:54 UTC

[commons-lang] branch master updated: Javadoc to make is easier to use your IDE to jump to the method.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 5157875  Javadoc to make is easier to use your IDE to jump to the method.
5157875 is described below

commit 5157875ce504d4b3c4d14bf5972a1dfb785f19bf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 29 11:41:49 2020 -0500

    Javadoc to make is easier to use your IDE to jump to the method.
---
 .../java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java b/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
index 4bc3315..265ca00 100644
--- a/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
@@ -38,6 +38,7 @@ import org.junit.jupiter.params.provider.MethodSource;
  */
 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()";
 
     @Test