[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / onboarding-rest-war / src / main / java / org / openecomp / server / interceptors / DefaultOutput.java
index b2e1119..991a286 100644 (file)
@@ -20,6 +20,7 @@
 
 package org.openecomp.server.interceptors;
 
+
 import java.io.Serializable;
 import java.lang.annotation.Annotation;
 import java.net.URI;
@@ -48,6 +49,7 @@ public class DefaultOutput extends Response implements Serializable {
     this.status = s0;
     this.entity = e0;
   }
+
   public Object getEntity() {
     return entity;
   }
@@ -141,6 +143,7 @@ public class DefaultOutput extends Response implements Serializable {
     return false;
   }
 
+
   @Override
   public Link getLink(String s0) {
     return null;