summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/everge/ReplSet.java
AgeCommit message (Collapse)Author
2020-04-13Cleanup passBen Culkin
Pass to do some cleanup
2019-12-07Setpoint after fixing an issuebculkin2442
Fixed an issue, after a while away Get to a known state
2019-07-12Minor cleanupsbculkin2442
2019-06-24Added ReplSet - a container for List<ReplPair>bculkin2442
At the moment, all ReplSet is is a convenient way to wrap around the interface of ReplPair in a convenient way. It will probably have some extra functionality in the future, though I am not sure of the details as of yet.