Github user nkalmar commented on the issue:
https://github.com/apache/zookeeper/pull/572
@pravsingh , I changed the comments to javadoc comments. But after creating
the tests, it was kind of strange. I looked at other enum in ZK, we don't check
the values. I think we will see in a PR if someone wants to change the enum's
value. (And if someone wants to change it, he might as easily change the tests
too).
Bottom line, I don't think it is necessary to have a unit test to check
ExitCode values.
What do others think?
---