Commit 1618845d by Patryk Czarnik

formatowanie

parent 3d1c7224
...@@ -27,7 +27,7 @@ public class P11_Metadane { ...@@ -27,7 +27,7 @@ public class P11_Metadane {
System.out.println("\n\nNormalna tabela:"); System.out.println("\n\nNormalna tabela:");
try(ResultSet rs = c.createStatement().executeQuery("SELECT * FROM jobs")) { try(ResultSet rs = c.createStatement().executeQuery("SELECT * FROM jobs")) {
wypiszTabele(rs); wypiszTabele(rs);
} }
System.out.println(); System.out.println();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment