Skip to content

Commit

Permalink
Fix dangling Javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <taylor.curran@improving.com>
  • Loading branch information
currantw committed Jan 6, 2025
1 parent fd4df7b commit 93446bb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ public void teardown() {
@Test
public void relativeDateTimeTest() {

/** These are only basic tests of the relative date time functionality.
* For more comprehensive tests, see {@link TimeUtilsTest}.
/* These are only basic tests of the relative date time functionality.
For more comprehensive tests, see {@link TimeUtilsTest}.
*/

testValid("now", "2000-01-03T01:01:01.100");
testValid("-60m", "2000-01-03T00:01:01.100");
testValid("-h", "2000-01-03T00:01:01.100");
Expand Down

0 comments on commit 93446bb

Please sign in to comment.