Skip to content

Commit

Permalink
Data uniformity correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pgram1 committed Mar 7, 2020
1 parent ca08db0 commit 4e51f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitCodeHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private String generateDepartment() {
} else if (this.splitUnitCode.get(1).equals("CPY")) {
return "Psychology";
} else if (this.splitUnitCode.get(1).equals("CES")) {
return "English Studies Department";
return "English Studies";
} else
return "Unknown Department";
}
Expand Down
Binary file modified tsbu.jar
Binary file not shown.

0 comments on commit 4e51f1d

Please sign in to comment.