File tree 2 files changed +5
-3
lines changed
connector-j-8/src/main/java/com/google/cloud/sql/mysql
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ public <T extends Closeable> T connect(
52
52
// Cloud SQL sockets always use TLS and the socket returned by connect above is already TLS-ready.
53
53
// It is fine to implement these as no-ops.
54
54
@ Override
55
- public void beforeHandshake () {}
55
+ public void beforeHandshake () {
56
+ }
56
57
57
58
@ Override
58
59
public <T extends Closeable > T performTlsHandshake (
@@ -63,5 +64,6 @@ public <T extends Closeable> T performTlsHandshake(
63
64
}
64
65
65
66
@ Override
66
- public void afterHandshake () {}
67
+ public void afterHandshake () {
68
+ }
67
69
}
Original file line number Diff line number Diff line change 139
139
<plugin >
140
140
<groupId >org.apache.maven.plugins</groupId >
141
141
<artifactId >maven-checkstyle-plugin</artifactId >
142
- <version >3.1.0 </version >
142
+ <version >3.1.1 </version >
143
143
<configuration >
144
144
<configLocation >google_checks.xml</configLocation >
145
145
<logViolationsToConsole >true</logViolationsToConsole >
You can’t perform that action at this time.
0 commit comments