Skip to content

Commit

Permalink
59: Add missing UCUM units
Browse files Browse the repository at this point in the history
Task-Url: #59
  • Loading branch information
keilw committed Sep 6, 2020
1 parent e8af2ca commit df70b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private boolean hasAnnotation() {
return annotation!=null && annotation.length()>0;
}

public void appendAnnotation(CharSequence symbol, Appendable appendable) throws IOException {
void appendAnnotation(CharSequence symbol, Appendable appendable) throws IOException {
if (!hasAnnotation()) {
return;
}
Expand Down

0 comments on commit df70b65

Please sign in to comment.