From d33658fd9554a06c0d263fdd16db88d12f361931 Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Tue, 20 Aug 2019 12:57:44 +0530 Subject: Move this variables to comply with Java Code Conventions. Move this variables to comply with Java Code Conventions. Issue-ID: VID-561 Change-Id: I67d79a485f60db1818d4c0c5053b87d8bd5b89d0 Signed-off-by: Thugutla sailakshmi --- .../aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java b/vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java index f511a4746..6fe295c15 100644 --- a/vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java +++ b/vid-app-common/src/main/java/org/onap/vid/aai/model/AaiGetNetworkCollectionDetails/RelationshipList.java @@ -3,6 +3,7 @@ * VID * ================================================================================ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2018 IBM. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,6 +28,8 @@ import java.util.List; @JsonIgnoreProperties(ignoreUnknown = true) public class RelationshipList { + public List relationship; + @JsonProperty("relationship") public List getRelationship() { return relationship; @@ -37,7 +40,6 @@ public class RelationshipList { this.relationship = relationship; } - public List relationship; -- cgit 1.2.3-korg