Skip to content

Commit

Permalink
(multi-os-engine/multi-os-engine#164) Remove exception from `ObjCAuto…
Browse files Browse the repository at this point in the history
…releasePool.close()`
  • Loading branch information
Noisyfox committed Feb 25, 2022
1 parent 8151dec commit 393f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/moe/natj/objc/ObjCAutoreleasePool.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void drain() {
}

@Override
public void close() throws Exception {
public void close() {
release();
}
}

0 comments on commit 393f6a6

Please sign in to comment.