(String[] args)
| 438 | } |
| 439 | |
| 440 | public static void main(String[] args) { |
| 441 | var conf = RaftConfig.loadFromSortedNames("-127.0.0.1_10004-127.0.0.1_10005-127.0.0.1_10006"); |
| 442 | System.out.println(conf.getNodes()); |
| 443 | } |
| 444 | } |
nothing calls this directly
no test coverage detected