Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 17, 2017
1 parent fc58352 commit 718acda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String titleValue(Set set) {

public String subtitle(Set set) {
String weight = subtitleValue(set);
if (weight.equals("0")) {
if ("0".equals(weight)) {
return defaultWeight;
}
return weight + weightSuffix;
Expand Down

0 comments on commit 718acda

Please sign in to comment.