twogee commented on a change in pull request #115: URL: https://github.com/apache/ant/pull/115#discussion_r461633282
########## File path: src/main/org/apache/tools/ant/taskdefs/MacroInstance.java ########## @@ -221,8 +221,6 @@ private String macroSubs(String s, Map<String, String> macroMapping) { } } switch (state) { - case STATE_NORMAL: - break; Review comment: It is explicit now, just as in above case, only merged with default ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org