Skip to content

Commit

Permalink
[misc] checkstyle javadoc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 4, 2018
1 parent 37e17d0 commit c596cd1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -953,11 +953,11 @@ public boolean checkIfMaster() throws SQLException {
}

/**
* Default collation used for string exchanges with server
* Default collation used for string exchanges with server.
* (always use utf8)
*
* @param serverLanguage server default collation
* @return
* @return collation byte
*/
private byte decideLanguage(int serverLanguage) {
//force UTF8mb4 if possible, UTF8 if not.
Expand Down

0 comments on commit c596cd1

Please sign in to comment.