Use lombok annotations for so, vfc
[policy/models.git] / models-interactions / model-impl / so / src / main / java / org / onap / policy / so / SoRequestError.java
index 2f9f135..f134388 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * so
  * ================================================================================
- * Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2019, 2021 AT&T Intellectual Property. All rights reserved.
  * Modifications Copyright (C) 2019 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,8 +33,4 @@ public class SoRequestError implements Serializable {
 
     private SoPolicyExceptionHolder policyException;
     private SoServiceExceptionHolder serviceException;
-
-    public SoRequestError() {
-        // required by author
-    }
 }