Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Dec 21, 2015
1 parent 11510a7 commit 371743c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private static boolean isInstitution(String author) {
if (!(author.isEmpty())) {
return (author.charAt(0) == '{') && (author.charAt(author.length() - 1) == '}');
} else {
return false; // In case of empty or null author
return false; // In case of empty author
}
}

Expand Down

0 comments on commit 371743c

Please # to comment.