Fix sonar issues
[dcaegen2/platform.git] / mod / bpgenerator / common / src / main / java / org / onap / blueprintgenerator / model / componentspec / base / Auxilary.java
index 4bfc633..c9d06f3 100644 (file)
@@ -4,6 +4,7 @@
  *  *  org.onap.dcae
  *  *  ================================================================================
  *  *  Copyright (c) 2020  AT&T Intellectual Property. All rights reserved.
+ *  *  Copyright (c) 2021 Nokia. All rights reserved.
  *  *  ================================================================================
  *  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  *  you may not use this file except in compliance with the License.
@@ -61,9 +62,6 @@ public class Auxilary {
     @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
     private Map<String, String> databases;
 
-  /*   @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
-  private Affinity affinity;*/
-
     @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
     private Object hpa_config;
 }