clean-up to remove un-used three WebApplicationException subclasses
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / BadRequestException.java
index 7e1e036683b9aba55a0405ed30ebae9bdb236f0c..b4d302d25a70cf97f0eea6b00c9412155757d86c 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.neutron.northbound.api;
 
 import javax.ws.rs.WebApplicationException;
@@ -13,7 +12,7 @@ import javax.ws.rs.core.MediaType;
 import javax.ws.rs.core.Response;
 
 /**
- * Status Code 400 (Bad Request)
+ * Status Code 400 = Bad Request.
  *
  * <p>
  * The request could not be understood by the server due to malformed syntax.