aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java')
-rw-r--r--src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java b/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java
index 147ad71..6df6843 100644
--- a/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java
+++ b/src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.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.List;
@@ -78,11 +79,7 @@ public class RequestParameters {
@Override
public String toString() {
- return "RequestParameters{" +
- "subscriptionServiceType='" + subscriptionServiceType + '\'' +
- ", userParams=" + userParams +
- ", aLaCarte=" + aLaCarte +
- ", testApi='" + testApi + '\'' +
- '}';
+ return "RequestParameters{" + "subscriptionServiceType='" + subscriptionServiceType + '\'' + ", userParams="
+ + userParams + ", aLaCarte=" + aLaCarte + ", testApi='" + testApi + '\'' + '}';
}
}