File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public String get_password(){
60
60
}
61
61
62
62
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" ;
64
64
}
65
65
66
66
public String get_schedule_json_folder (){
@@ -76,7 +76,7 @@ public String get_shift_overflow_version_filename(){
76
76
}
77
77
78
78
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/" ;
80
80
}
81
81
82
82
public void get_files (){
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class UI extends Application {
35
35
private ScheduleStage _scheduleStage ;
36
36
private ViewSwapsStage _viewSwapsStage ;
37
37
38
- private static final String VERSION = "0.4.0 " ;
38
+ private static final String VERSION = "0.4.2 " ;
39
39
40
40
41
41
@ Override
You can’t perform that action at this time.
0 commit comments