Skip to content

Commit 3896a63

Browse files
Update AddNWorkingDays.java
1 parent 6cfa07b commit 3896a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AddNWorkingDays.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
package com.blogspot.javamultiplex.datetime;
2+
package com.javamultiplex.datetime;
33

44
import java.util.Calendar;
55
import java.util.Scanner;
@@ -49,4 +49,4 @@ public static void main(String[] args) {
4949

5050
}
5151

52-
}
52+
}

0 commit comments

Comments
 (0)