src/com/gitblit/build/BuildWebXml.java
@@ -126,6 +126,9 @@ return key.startsWith(Keys.server._ROOT); } /** * Setting represents a setting and its comments from the properties file. */ private static class Setting { final String name; final String value; @@ -138,6 +141,9 @@ } } /** * JCommander Parameters class for BuildWebXml. */ @Parameters(separators = " ") private static class Params {