Skip to content
Snippets Groups Projects
Commit 304c1d71 authored by SIMONVOLLENDORF\Simon's avatar SIMONVOLLENDORF\Simon
Browse files

no message

parent 1edcc85e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,13 @@
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.1-901-1.jdbc4</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
......
......@@ -38,7 +38,7 @@ public class JDBCConnection {
this.openConnection();
} catch (SQLException ex) {
Logger.getLogger(JDBCConnection.class.getName()).log(Level.SEVERE, null, ex);
}
}
}
private void openConnection() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment