summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/WaitUnreachable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/WaitUnreachable.java')
-rw-r--r--qadevOOo/runner/util/WaitUnreachable.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/runner/util/WaitUnreachable.java b/qadevOOo/runner/util/WaitUnreachable.java
index e33220681ff7..f90fa6552461 100644
--- a/qadevOOo/runner/util/WaitUnreachable.java
+++ b/qadevOOo/runner/util/WaitUnreachable.java
@@ -114,5 +114,6 @@ public final class WaitUnreachable {
private Object obj;
private final ReferenceQueue<Object> queue;
+ @SuppressWarnings("unused")
private final PhantomReference<Object> ref;
}