aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java')
-rw-r--r--src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java b/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java
index 0f95e8d..198b60d 100644
--- a/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java
+++ b/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java
@@ -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) {