Fixed sonar issues in vfRollBack.java and CreateVnfNotification.java
Issue-ID: SO-1015
Change-Id: I8d2cc0b589fe4b4b6426c0907e5a4650303b6f9b
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
public void setRequestType(String requestType) {
this.requestType = requestType;
}
- /*
- private String volumeGroupHeatStackId;
- private String baseGroupHeatStackId;
- private boolean isBase = false;
- */
public String getVolumeGroupHeatStackId() {
return this.volumeGroupHeatStackId;
}
*/
public List<CreateVnfNotification.Outputs.Entry> getEntry() {
if (entry == null) {
- entry = new ArrayList<CreateVnfNotification.Outputs.Entry>();
+ entry = new ArrayList<>();
}
return this.entry;
}