JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / ws / utils / UrlDownloadClientTest.java
index 2bd8dd0..3a24661 100644 (file)
@@ -26,7 +26,8 @@ import java.io.IOException;
 import org.testng.Assert;
 import org.testng.annotations.Test;
 
-public class UrlDownloadClientTest {
+public class UrlDownloadClientTest
+{
 
   /**
    * Test that url is successfully loaded into download file
@@ -71,9 +72,11 @@ public class UrlDownloadClientTest {
    * Test that garbage in results in IOException
    */
   @Test(
-    groups = { "Network" },
+    groups =
+    { "Network" },
     enabled = true,
-    expectedExceptions = { IOException.class })
+    expectedExceptions =
+    { IOException.class })
   public void DownloadGarbageUrlTest() throws IOException
   {
     UrlDownloadClient client = new UrlDownloadClient();