finalize alto-manager and add README.md file
[alto.git] / alto-commons / src / main / java / org / opendaylight / alto / commons / types / model150404 / ModelEndpointPropertyMap.java
index aa517819be39cec27fa2ce62933e34340ed99e51..dfe3f41ad590277b38fbb7f367b1ef04910f4672 100644 (file)
@@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
 public class ModelEndpointPropertyMap implements EndpointPropertyMap {
 
   @JsonProperty("alto-service:meta")
-  public ModelEndpointPropertyMeta endpointPropertyMeta = null;
+  public ModelEndpointPropertyMeta endpointPropertyMeta = new ModelEndpointPropertyMeta();
   
   @JsonProperty("alto-service:endpoint-properties")
   public List<ModelEndpointProperties> properties = new LinkedList<ModelEndpointProperties>();
@@ -36,5 +36,4 @@ public class ModelEndpointPropertyMap implements EndpointPropertyMap {
   public Meta getMeta() {
     return endpointPropertyMeta;
   }
-
 }