Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92d3532b authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Appease Doclava for ReferenceQueue.remove()

Bug: http://b/5050245
Change-Id: I1a5483b01c9e27d990c5ea1758539aa423bf7616
parent 7d62990b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29790,7 +29790,7 @@ package java.lang.ref {
    ctor public ReferenceQueue();
    method public synchronized java.lang.ref.Reference<? extends T> poll();
    method public java.lang.ref.Reference<? extends T> remove() throws java.lang.InterruptedException;
    method public synchronized java.lang.ref.Reference<? extends T> remove(long) throws java.lang.IllegalArgumentException, java.lang.InterruptedException;
    method public synchronized java.lang.ref.Reference<? extends T> remove(long) throws java.lang.InterruptedException;
  }
  public class SoftReference extends java.lang.ref.Reference {