slachiewicz commented on code in PR #23: URL: https://github.com/apache/maven-war-plugin/pull/23#discussion_r875900932
########## src/test/java/org/apache/maven/plugins/war/WarOverlaysTest.java: ########## @@ -111,7 +111,7 @@ public void testDefaultOverlay() assertOverlayedFile( webAppDirectory, "overlay-one", "login.jsp" ); // Ok now check that there is no more files/directories - final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] { MANIFEST_PATH } ); + final FileFilter filter = new FileFilterImpl( webAppDirectory, new String[] {MANIFEST_PATH} ); Review Comment: To be reverted -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org