Skip to content

Commit

Permalink
fixed files form Lang #29
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 0c51bd9 commit 0f1e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Lang/29/org/apache/commons/lang3/SystemUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ static float toJavaVersionFloat(String version) {
*
* @return the version, for example 131 for Java 1.3.1
*/
static float toJavaVersionInt(String version) {
static int toJavaVersionInt(String version) {
return toVersionInt(toJavaVersionIntArray(version, JAVA_VERSION_TRIM_SIZE));
}

Expand Down

0 comments on commit 0f1e7c3

Please sign in to comment.