Checkstyle formatting issues fix (SPI)
[neutron.git] / neutron-spi / src / test / java / org / opendaylight / neutron / spi / Neutron_IPsJAXBTest.java
index e39af7c33bd606d291ceb086e9926b611436e50c..98e819a077ae24cc14fa2deedefb0676dad6f129 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 IBM, Inc.
+ * Copyright (c) 2015 Tata Consultancy Services.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -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() {