Skip to content

Commit

Permalink
fix: rename Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alfahami committed Jun 2, 2024
1 parent 58ecbbd commit f2b2ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application.java → Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import service.MemberService;
import service.MemberServiceImpl;

public class Application {
public class Main {

static Path[] paths = new Path[] { Paths.get("data/fields.txt"), Paths.get("data/faculties.txt"),
Paths.get("data/cities.txt"), Paths.get("data/members.txt"), Paths.get("data/cards.txt") };
Expand Down

0 comments on commit f2b2ad3

Please sign in to comment.