formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1331989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-04-29 20:29:06 +00:00
parent 006075a349
commit 32357134cd
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ public class PrintStreamLogger
extends AbstractLogger
{
static interface Provider
interface Provider
{
PrintStream getStream();
}