Apply eclipse formatting and cleanup rules

This commit is contained in:
Phillip Webb
2014-09-04 09:49:13 -07:00
parent 9cc893cd35
commit 8bf1f9567a
12 changed files with 12 additions and 15 deletions

View File

@@ -73,5 +73,4 @@ public class ReproIntegrationTests {
this.cli.jar("secure.groovy", "crsh.groovy");
}
}

View File

@@ -19,7 +19,6 @@ package org.springframework.boot.cli;
import java.io.File;
import java.net.URI;
import org.codehaus.plexus.util.FileUtils;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;