Skip to content

Commit

Permalink
[misc] checkstyle correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Apr 3, 2017
1 parent a5a0ce6 commit bc03d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mariadb/jdbc/MariaDbConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ public void setClientInfo(final String name, final String value) throws SQLClien
charsOffset++;
}
} else {
while (charsOffset < charsLength){
while (charsOffset < charsLength) {
charValue = value.charAt(charsOffset);
if (charValue == '\''
|| charValue == '\\'
Expand Down

0 comments on commit bc03d97

Please sign in to comment.