Skip to content

Commit

Permalink
init libertyDirectoryPropertyToFile (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshimo authored Feb 8, 2024
1 parent 30aa98e commit b48d061
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,14 @@ public ServerConfigDocument(CommonLoggerI log, File serverXML, File configDir, F
initializeAppsLocation(log, serverXML, configDir, bootstrapFile, bootstrapProp, serverEnvFile, giveConfigDirPrecedence, libertyDirPropertyFiles);
}

// LCLS constructor
public ServerConfigDocument(CommonLoggerI log) {
this.log = log;
props = new Properties();
defaultProps = new Properties();

// TODO: populate with workspace information
libertyDirectoryPropertyToFile = new HashMap<String, File>();
}

private DocumentBuilder getDocumentBuilder() {
Expand Down

0 comments on commit b48d061

Please sign in to comment.