DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

LeafBean class's compareTo method is error? #37

Closed XeonMic closed 7 years ago

XeonMic commented 7 years ago

public int compareTo(LeafBean o) { return (this.path + this.name).compareTo((o.path + o.name)); // not o.path + o.path ? }

gitorko commented 7 years ago

Fixed. Thanks.