AydarZaynutdinov commented on a change in pull request #14856:
URL: https://github.com/apache/beam/pull/14856#discussion_r699191972



##########
File path: 
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java
##########
@@ -262,10 +262,10 @@ public static ReadRows readRows() {
    * @param <T> Type of the data to be written.
    */
   public static <T> Write<T> write() {
-    return new Write();
+    return new Write<>();
   }
 
-  public static <T> WriteVoid<T> writeVoid() {
+  private static <T> WriteVoid<T> writeVoid() {

Review comment:
       Changed it back.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to