We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b139e6a commit 063e75fCopy full SHA for 063e75f
objectbox-java/src/main/java/io/objectbox/query/Query.java
@@ -140,7 +140,7 @@ protected void finalize() throws Throwable {
140
* If possible, call this always once done with this. Otherwise, will be called once this is finalized (e.g. garbage
141
* collected).
142
* <p>
143
- * Calling any other methods of this afterwards will throw an exception.
+ * Calling any other methods of this afterwards will throw an {@link IllegalStateException}.
144
*/
145
public synchronized void close() {
146
if (handle != 0) {
0 commit comments