Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / NetworkInformationEntity.java
index 3d59d3b..ce92e31 100644 (file)
@@ -22,9 +22,6 @@ package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.entity
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-/**
- * Created by 10112215 on 2017/9/20.
- */
 public class NetworkInformationEntity {
     @JsonProperty("GENERIC-RESOURCE-API:network-id")
     private String networkId;