chrismattmann commented on a change in pull request #129: Replaced Processwrapper indexing method with SolrIndexer URL: https://github.com/apache/drat/pull/129#discussion_r189308319
########## File path: proteus/src/main/java/backend/FileConstants.java ########## @@ -41,4 +51,22 @@ private static String getDratDirectory() { public static String buildDratSubdirectoryPath(String additionalPath) { return DRAT_SUPER_DIR + additionalPath; } + + public static String replaceEnvVar(String input) { Review comment: And as such you can delete this function. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services