Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / consumer / GetRequestStatusResponse.java
index 0f95e8d..198b60d 100644 (file)
@@ -13,6 +13,7 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
+
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import java.util.Objects;
@@ -21,7 +22,6 @@ public class GetRequestStatusResponse {
 
     private Request request;
 
-
     public Request getRequest() {
 
         return request;
@@ -36,7 +36,8 @@ public class GetRequestStatusResponse {
         this.request = request;
     }
 
-    public GetRequestStatusResponse() {}
+    public GetRequestStatusResponse() {
+    }
 
     @Override
     public boolean equals(Object o) {