Skip to content

Commit 965aaa2

Browse files
committed
Rename package hotCourses.
1 parent c7b271b commit 965aaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_hotCourses/HotCourses.java src/hotCourses/HotCourses.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package _hotCourses;
1+
package hotCourses;
22

33
import java.sql.Connection;
44
import java.sql.PreparedStatement;

src/_hotCourses/LogProcessing.java src/hotCourses/LogProcessing.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package _hotCourses;
1+
package hotCourses;
22

33
import java.io.*;
44
import java.sql.Connection;

0 commit comments

Comments
 (0)