Skip to content

Commit

Permalink
Default name is null.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Aug 2, 2015
1 parent a45f745 commit dfc4d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ private String suffix(final String line) {
char c = line.charAt(i);
if (c == ' ' || c == '\t') return line.substring(i + 1);
}
return "";
return null;
}
}

0 comments on commit dfc4d22

Please sign in to comment.