Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / commons / ResourceManagement.java
index 82d9ebe..000e9da 100644 (file)
@@ -13,6 +13,7 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
+
 package org.onap.nbi.commons;
 
 import java.net.URI;
@@ -44,7 +45,6 @@ public class ResourceManagement {
             location = URI.create("/");
         }
 
-
         // Get entity representation
         final Object entity = this.getEntity(resource, jsonRepresentation);
 
@@ -68,8 +68,6 @@ public class ResourceManagement {
 
     }
 
-
-
     /**
      * Build default 206 filtered partial response for resource
      *
@@ -87,7 +85,6 @@ public class ResourceManagement {
 
     }
 
-
     /**
      * Build default 200 filtered response for resource collection
      *
@@ -106,7 +103,6 @@ public class ResourceManagement {
 
     }
 
-
     /**
      * Build 204 Empty response
      *