Skip to content

Commit

Permalink
Default name is null.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 2, 2015
1 parent 6ded684 commit 411104c
Showing 1 changed file with 1 addition and 1 deletion.
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 411104c

Please sign in to comment.