Skip to content

Commit

Permalink
fixed files form Lang #51
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent cdc5f0c commit 41894d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Lang/51/org/apache/commons/lang/BooleanUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ public static boolean toBoolean(String str) {
(str.charAt(1) == 'E' || str.charAt(1) == 'e') &&
(str.charAt(2) == 'S' || str.charAt(2) == 's');
}
return false;
}
case 4: {
char ch = str.charAt(0);
Expand Down

0 comments on commit 41894d9

Please sign in to comment.