File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
src/main/java/com/github/shyiko/mysql/binlog Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -922,17 +922,13 @@ public interface LifecycleListener {
922922 */
923923 public static abstract class AbstractLifecycleListener implements LifecycleListener {
924924
925- public void onConnect (BinaryLogClient client ) {
926- }
925+ public void onConnect (BinaryLogClient client ) { }
927926
928- public void onCommunicationFailure (BinaryLogClient client , Exception ex ) {
929- }
927+ public void onCommunicationFailure (BinaryLogClient client , Exception ex ) { }
930928
931- public void onEventDeserializationFailure (BinaryLogClient client , Exception ex ) {
932- }
929+ public void onEventDeserializationFailure (BinaryLogClient client , Exception ex ) { }
933930
934- public void onDisconnect (BinaryLogClient client ) {
935- }
931+ public void onDisconnect (BinaryLogClient client ) { }
936932
937933 }
938934
You can’t perform that action at this time.
0 commit comments