Skip to content

Commit 5812783

Browse files
Update CompareDates.java
1 parent 7f9655b commit 5812783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CompareDates.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package date;
1+
package com.javamultiplex.datetime;
22

33
import java.text.DateFormat;
44
import java.text.ParseException;
@@ -10,7 +10,7 @@
1010
*
1111
* @author Rohit Agarwal
1212
* @category Date and Time
13-
* @problem How to compare two dates
13+
* @problem How to compare two given dates in java?
1414
*
1515
*/
1616
public class CompareDates {

0 commit comments

Comments
 (0)