Checkstyle formatting issues fix (Northbound API)
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / ServiceUnavailableException.java
index f8c80fa3115d02f901823229a2d6fa865697cf7e..6ed2647bd9a190cb6276fac044ef681ff0b40853 100644 (file)
@@ -33,7 +33,6 @@ public class ServiceUnavailableException extends WebApplicationException {
      *
      */
     public ServiceUnavailableException(String string) {
-        super(Response.status(Response.Status.SERVICE_UNAVAILABLE).entity(
-                string).type(MediaType.TEXT_PLAIN).build());
+        super(Response.status(Response.Status.SERVICE_UNAVAILABLE).entity(string).type(MediaType.TEXT_PLAIN).build());
     }
 }