Skip to content

Commit 312210d

Browse files
authored
Rename Main.java to src/main/java/Main.java
1 parent 7d08e5d commit 312210d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Main.java renamed to src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ public static void main(String [] args){
77
CloudDatabaseUpload.syncLocalDataToRemote(); // syncs local table to cloud
88
SwingUtilities.invokeLater(MyFrame::new); //invokes the main app (gui)
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)