Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 736805d

Browse files
authored
Merge pull request #193 from paxtonhare/fix-war-classpath
updating to match new signature in ml-javaclient-util
2 parents 9508706 + a6b0451 commit 736805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/appdeployer/command/modules/DefaultModulesLoaderFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public ModulesLoader newModulesLoader(AppConfig appConfig) {
2323
ModulesManager modulesManager = null;
2424
String path = appConfig.getModuleTimestampsPath();
2525
if (path != null) {
26-
modulesManager = new PropertiesModuleManager(new File(path));
26+
modulesManager = new PropertiesModuleManager(path);
2727
}
2828

2929
DatabaseClient modulesDatabaseClient = appConfig.newModulesDatabaseClient();

0 commit comments

Comments
 (0)