Checkstyle formatting issues fix (SPI)
[neutron.git] / neutron-spi / src / test / java / org / opendaylight / neutron / spi / Neutron_IPsJAXBTest.java
index 54d2bbe87de9191eab3b5e942fdcd85c04be84fe..98e819a077ae24cc14fa2deedefb0676dad6f129 100644 (file)
@@ -11,14 +11,10 @@ package org.opendaylight.neutron.spi;
 import org.junit.Assert;
 import org.junit.Test;
 
-import org.opendaylight.neutron.spi.JaxbTestHelper;
-import org.opendaylight.neutron.spi.Neutron_IPs;
-
 public class Neutron_IPsJAXBTest {
 
-    private static final String Neutron_IPs_sourceJson = "{ " +
-
-    "\"ip_address\": \"192.168.111.3\", " + "\"subnet_id\": \"22b44fc2-4ffb-4de4-b0f9-69d58b37ae27\" }";
+    private static final String Neutron_IPs_sourceJson =
+            "{ \"ip_address\": \"192.168.111.3\", " + "\"subnet_id\": \"22b44fc2-4ffb-4de4-b0f9-69d58b37ae27\" }";
 
     @Test
     public void test_Neutron_IPs_JAXB() {