Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
updating to match new signature in ml-javaclient-util
  • Loading branch information
paxtonhare committed Sep 28, 2017
commit a6b045120c02b59abe6c2047ecfa17f89a047345
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ModulesLoader newModulesLoader(AppConfig appConfig) {
ModulesManager modulesManager = null;
String path = appConfig.getModuleTimestampsPath();
if (path != null) {
modulesManager = new PropertiesModuleManager(new File(path));
modulesManager = new PropertiesModuleManager(path);
}

DatabaseClient modulesDatabaseClient = appConfig.newModulesDatabaseClient();
Expand Down