Skip to content
Snippets Groups Projects
Commit 1cf6cccc authored by Maximilian Komp's avatar Maximilian Komp
Browse files

Merge branch 'master' of https://git.fslab.de/tpinza2s/s4s

parents 525738d5 304c1d71
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