[ https://issues.apache.org/jira/browse/ZOOKEEPER-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ougwen1235 resolved ZOOKEEPER-3308. ----------------------------------- Resolution: Not A Problem > does word tag really need in Jute > --------------------------------- > > Key: ZOOKEEPER-3308 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3308 > Project: ZooKeeper > Issue Type: Improvement > Components: jute > Affects Versions: 3.5.0 > Reporter: ougwen1235 > Priority: Trivial > > public interface Record { > public void serialize(OutputArchive archive, String tag) > throws IOException; > public void deserialize(InputArchive archive, String tag) > throws IOException; > } > As above, methods in interface Record, OutputArchive, InputArchive use word > tag, but classes who implement these interfaces don't use tag at all. Why do > we need it? -- This message was sent by Atlassian JIRA (v7.6.3#76005)