Skip to content

Commit a370a77

Browse files
author
unknown
committed
package rename lowercase
1 parent 9ea78d6 commit a370a77

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.gitignore

-3
This file was deleted.

Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package StudentUtils;
1+
package studentutils;
22

33
public class Main {
44

Student.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package StudentUtils;
1+
package studentutils;
22

33
public class Student {
44
private int id;

StudentUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package StudentUtils;
1+
package studentutils;
22

33
import java.util.Arrays;
44

0 commit comments

Comments
 (0)