File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77import org .junit .jupiter .api .Test ;
88
99/**
10- * Test cases for the {@link DateAndTime} class.
10+ * Test cases for the DateAndTime class.
1111 */
1212public class DateAndTimeTest {
1313
1414 /**
15- * Test the {@link DateAndTime# isValidDate()} method.
15+ * Test the DateAndTime:: isValidDate() method.
1616 */
1717 @ Test
1818 public void validTest () {
@@ -21,7 +21,7 @@ public void validTest() {
2121 }
2222
2323 /**
24- * Test the {@link DateAndTime# dayParse()} method.
24+ * Test the DateAndTim:: dayParse() method.
2525 */
2626 @ Test
2727 public void dateStringTest () {
@@ -30,7 +30,7 @@ public void dateStringTest() {
3030 }
3131
3232 /**
33- * Test the {@link DateAndTime# dayParse()} method.
33+ * Test the DateAndTime:: dayParse() method.
3434 */
3535 @ Test
3636 public void dateTimeStringTest () {
You can’t perform that action at this time.
0 commit comments