[FEATURE] Checkstyle violations fail the Build

This commit is contained in:
maximesinclair
2014-02-15 19:04:30 +01:00
parent d51bbd4d13
commit 9401ab4a61
8 changed files with 44 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
public class ServerUtils {
Server server;
private Server server;
public ServerUtils(boolean start) throws Exception {
server = new Server(new InetSocketAddress("127.0.0.1", 0));

View File

@@ -20,4 +20,8 @@ public class TestUtils {
*/
public static final String SEQBOB = "SyfFKj2rKt3CoKnELR1Io4ZDoSa70000";
protected TestUtils() {
// prevents calls from subclass
throw new UnsupportedOperationException();
}
}