Skip to content

Commit f1b7ebe

Browse files
committed
removed code that I stupidly included
1 parent 2f2b2f8 commit f1b7ebe

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bin/comp110/Storage.class

2 Bytes
Binary file not shown.

bin/tests/ParserTest.class

12 Bytes
Binary file not shown.

src/comp110/Storage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public String get_password(){
6060
}
6161

6262
public String get_availability_csv_filename_from_onyen(String onyen){
63-
return this.m_application_directory + DEFAULT_LOCAL_REPO_FOLDER + "/data/fall-17/staff/" + onyen + ".csv";
63+
return this.m_application_directory + DEFAULT_LOCAL_REPO_FOLDER + "/data/spring-18/staff/" + onyen + ".csv";
6464
}
6565

6666
public String get_schedule_json_folder(){
@@ -76,7 +76,7 @@ public String get_shift_overflow_version_filename(){
7676
}
7777

7878
public String get_path_to_onyen_csv_directory(){
79-
return this.m_application_directory + DEFAULT_LOCAL_REPO_FOLDER + "/data/fall-17/staff/";
79+
return this.m_application_directory + DEFAULT_LOCAL_REPO_FOLDER + "/data/spring-18/staff/";
8080
}
8181

8282
public void get_files(){

src/ui/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class UI extends Application {
3535
private ScheduleStage _scheduleStage;
3636
private ViewSwapsStage _viewSwapsStage;
3737

38-
private static final String VERSION = "0.4.0";
38+
private static final String VERSION = "0.4.2";
3939

4040

4141
@Override

0 commit comments

Comments
 (0)