We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878f2e7 commit f65bc1bCopy full SHA for f65bc1b
1 file changed
transact/src/main/java/dev/dbos/transact/DBOS.java
@@ -93,7 +93,7 @@ public DBOS(@NonNull DBOSConfig config) {
93
* {@link #shutdown()}.
94
*/
95
@Override
96
- public void close() throws Exception {
+ public void close() {
97
shutdown();
98
}
99
0 commit comments