Skip to content

Commit f65bc1b

Browse files
authored
Remove throws clause from DBOS.close (#368)
1 parent 878f2e7 commit f65bc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • transact/src/main/java/dev/dbos/transact

transact/src/main/java/dev/dbos/transact/DBOS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public DBOS(@NonNull DBOSConfig config) {
9393
* {@link #shutdown()}.
9494
*/
9595
@Override
96-
public void close() throws Exception {
96+
public void close() {
9797
shutdown();
9898
}
9999

0 commit comments

Comments
 (0)