Issue #1743 Checkstyle warning

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2019-11-18 09:35:29 +11:00
parent 58d69aaf02
commit 4523c8e7fa
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class OverlayManager
this.warPlugin = warPlugin;
}
public void applyOverlays (MavenWebAppContext webApp)
public void applyOverlays(MavenWebAppContext webApp)
throws Exception
{
List<Resource> resourceBases = new ArrayList<Resource>();