Compare commits
2 Commits
dbebcad97d
...
d3488f1f1c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3488f1f1c | ||
|
|
382aad70f7 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
build/
|
build/
|
||||||
|
.gradle/
|
||||||
@@ -26,7 +26,7 @@ public class SimpleDatabaseManager<E> implements DatabaseManager<E> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void connect() {
|
public void connect() throws SQLException {
|
||||||
//...
|
throw new SQLException("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user