Skip to content

Commit

Permalink
Default value changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel-Isaacm committed Dec 8, 2015
1 parent 5550eb7 commit 67752bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public static String printValues(String start, String separator, String end, Ite
end = ")";
}
if (values == null){
values = new ArrayIterator(new String[]{"Default","Value"});
values = new ArrayIterator(new String[]{""});
}

StringBuilder sb = new StringBuilder(start);
Expand Down

0 comments on commit 67752bc

Please sign in to comment.