From 95a0613cb0e615962d2c80d4370cb7eb57bcb317 Mon Sep 17 00:00:00 2001 From: Stuart Boston Date: Thu, 25 Feb 2016 13:07:39 +0000 Subject: [PATCH] Remove incorrect exception --- .../java/com/omertron/themoviedbapi/AbstractTests.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/test/java/com/omertron/themoviedbapi/AbstractTests.java b/src/test/java/com/omertron/themoviedbapi/AbstractTests.java index e78f34bbc..4eb960f47 100644 --- a/src/test/java/com/omertron/themoviedbapi/AbstractTests.java +++ b/src/test/java/com/omertron/themoviedbapi/AbstractTests.java @@ -35,17 +35,11 @@ import java.util.concurrent.TimeUnit; import org.apache.commons.io.FileUtils; import org.apache.commons.lang3.SerializationUtils; import org.apache.http.client.HttpClient; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.yamj.api.common.http.SimpleHttpClientBuilder; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; public class AbstractTests { @@ -63,10 +57,6 @@ public class AbstractTests { protected static final String LANGUAGE_ENGLISH = "en"; protected static final String LANGUAGE_RUSSIAN = "ru"; - protected AbstractTests() { - throw new UnsupportedOperationException("Utility class"); - } - /** * Do the initial configuration for the test cases *