mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-18 08:25:32 +00:00
perf[protocol]: protocol的xml中取消version的配置
This commit is contained in:
@@ -38,9 +38,6 @@ public class XmlModuleDefinition {
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "maxId")
|
||||
private short maxId;
|
||||
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "version")
|
||||
private String version;
|
||||
|
||||
@JacksonXmlProperty(localName = "protocol")
|
||||
@JacksonXmlElementWrapper(useWrapping = false)
|
||||
private List<XmlProtocolDefinition> protocols;
|
||||
@@ -61,10 +58,6 @@ public class XmlModuleDefinition {
|
||||
return maxId;
|
||||
}
|
||||
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
public List<XmlProtocolDefinition> getProtocols() {
|
||||
return protocols;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user