Skip to content

Commit ad8c44d

Browse files
committed
remove superfluous return
1 parent 7a93eec commit ad8c44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java

-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ private void switchAuthentication(byte[] authenticationResult) throws IOExceptio
754754
throw new AuthenticationException(errorPacket.getErrorMessage(), errorPacket.getErrorCode(),
755755
errorPacket.getSqlState());
756756
}
757-
return;
758757
} else {
759758
throw new AuthenticationException("Unsupported authentication type: " + authName);
760759
}

0 commit comments

Comments
 (0)