Skip to content

Commit

Permalink
Mar/22 remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
similato87 committed Mar 22, 2023
1 parent 6a9ed30 commit 27c76b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/.idea/
.vs/*
/bin/
./out/
.project
.classpath
/doc/
/obj/
/data/
Empty file removed data/README.md
Empty file.
1 change: 0 additions & 1 deletion doc/demo.txt

This file was deleted.

2 changes: 1 addition & 1 deletion main/src/View/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static void newCourse(){
s.close();
System.out.println("Adding new course to Database.");
Database.getDB().addCourse(new Course(code,section,hours,name,description,department, courseList));

}

private static void addStudentToCourse(){
Expand Down
Empty file.

0 comments on commit 27c76b0

Please sign in to comment.