Mercurial > hg > monetdb-java
diff example/OnClientExample.java @ 556:87feb93330a6 onclient
Misc. changes suggested by analysis tool
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 16 Sep 2021 11:14:55 +0200 (2021-09-16) |
parents | 5ce6a942aff3 |
children | ebf65f416da9 |
line wrap: on
line diff
--- a/example/OnClientExample.java +++ b/example/OnClientExample.java @@ -21,7 +21,7 @@ import java.sql.*; public class OnClientExample { public static void main(String[] args) { - int status = 0; + int status; try { // Ideally this would not be hardcoded.. final String dbUrl = "jdbc:monetdb://localhost:55000/banana";