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

Commit f0e85d3a authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Appease Doclava for ReferenceQueue.remove()"

parents ae5df05f 92d3532b
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 {