Issue #1743 Checkstyle warning
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
58d69aaf02
commit
4523c8e7fa
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue