Skip to content

Commit 147f11b

Browse files
Create a executable jar file
The executable jar file allows the application to bedistributed easily to other users.
1 parent 38825ff commit 147f11b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/duke/DateAndTimeTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
import org.junit.jupiter.api.Test;
88

99
/**
10-
* Test cases for the {@link DateAndTime} class.
10+
* Test cases for the DateAndTime class.
1111
*/
1212
public 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() {

0 commit comments

Comments
 (0)