CADI and a few small updates.
[music.git] / src / main / java / org / onap / music / datastore / jsonobjects / JsonLeasedLock.java
index 06a76f5..edb3085 100644 (file)
@@ -30,8 +30,8 @@ import io.swagger.annotations.ApiModelProperty;
 @ApiModel(value = "JsonTable", description = "model for leased lock")
 @JsonIgnoreProperties(ignoreUnknown = true)
 public class JsonLeasedLock {
-    long leasePeriod;
-    String notifyUrl;
+    private long leasePeriod;
+    private String notifyUrl;
 
     @ApiModelProperty(value = "Lease period")
     public long getLeasePeriod() {