Reformat common-app-api
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / common / rest / impl / validator / RestRequestValidationException.java
index 0dd186a..e1f2450 100644 (file)
@@ -17,7 +17,6 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-
 package org.openecomp.sdc.common.rest.impl.validator;
 
 public class RestRequestValidationException extends Exception {
@@ -30,5 +29,4 @@ public class RestRequestValidationException extends Exception {
     public RestRequestValidationException(String message) {
         super(message);
     }
-
 }