ashishm07 commented on code in PR #7103:
URL: https://github.com/apache/ignite-3/pull/7103#discussion_r2596471954


##########
examples/java/src/main/java/org/apache/ignite/example/table/MapperExample.java:
##########
@@ -17,6 +17,10 @@
 
 package org.apache.ignite.example.table;
 
+import static java.sql.DriverManager.getConnection;

Review Comment:
   Updated: Removed the static import and switched to 
DriverManager.getConnection() as recommended.



-- 
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