Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / consumer / CreateServiceInstanceResponse.java
index 3389e32..0f0c0a2 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;
 
 public class CreateServiceInstanceResponse {
@@ -29,8 +30,6 @@ public class CreateServiceInstanceResponse {
 
     @Override
     public String toString() {
-        return "CreateServiceInstanceResponse{" +
-            "requestReferences=" + requestReferences +
-            '}';
+        return "CreateServiceInstanceResponse{" + "requestReferences=" + requestReferences + '}';
     }
-}
\ No newline at end of file
+}