diff options
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index a03d472e7ab6..a73a49f6c93a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49369,7 +49369,6 @@ package java.lang.ref { public abstract class Reference { method public void clear(); method public boolean enqueue(); - method public final synchronized boolean enqueueInternal(); method public T get(); method public boolean isEnqueued(); } diff --git a/api/system-current.txt b/api/system-current.txt index a12e18890dd3..2f9e773169f6 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51987,7 +51987,6 @@ package java.lang.ref { public abstract class Reference { method public void clear(); method public boolean enqueue(); - method public final synchronized boolean enqueueInternal(); method public T get(); method public boolean isEnqueued(); } |