maoling created ZOOKEEPER-3501:
----------------------------------
Summary: unify the method:op2String()
Key: ZOOKEEPER-3501
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3501
Project: ZooKeeper
Issue Type: Improvement
Components: server
Reporter: maoling
Fix For: 3.6.0
there were two duplicated method
*public static String op2String(int op)*
in the code base:
{code:java}
org.apache.zookeeper.server.TraceFormatter#op2String
org.apache.zookeeper.server.Request#op2String
{code}
and they are inconsistency, we should unify it and remain only one
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)