@@ -84,7 +84,6 @@ public class Config extends Node {
* @param branch the branch
* @return this builder
*/
- // TODO: Allow varargs
public Builder setBranch(@NonNull String[] branch) {
Arrays.stream(branch).forEach(Objects::requireNonNull);
this.branch = branch;