Skip to content

Commit

Permalink
Updated HACK_UNTIL_ZOOKEEPER_1897_ZooKeeperMain class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwoo Kang committed May 6, 2024
1 parent a9686ae commit f4877a8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ public String parse(final Configuration c) {
}

/**
* ZooKeeper 3.4.6 broke being able to pass commands on command line. See ZOOKEEPER-1897. This
* class is a hack to restore this faclity.
* ZooKeeper 3.4.6 broke being able to pass commands on command line.
* See ZOOKEEPER-1897, ZOOKEEPER-4804.
* This class is a hack to restore this faclity.
*/
private static class HACK_UNTIL_ZOOKEEPER_1897_ZooKeeperMain extends ZooKeeperMain
implements Closeable {
Expand Down

0 comments on commit f4877a8

Please sign in to comment.