From 49929ccf461eaae2c1270922d8c526a5593f8c30 Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Thu, 4 Aug 2016 16:49:27 +0100 Subject: [PATCH] Track libcore change 4e73fd2bc22e704fe71465782b83be0471ac5e82 Version with test-current.txt Bug: 28666126 Change-Id: I3677508ff00c381c88fe9c767ec7037493b574f8 --- api/current.txt | 1 + api/system-current.txt | 1 + api/test-current.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/api/current.txt b/api/current.txt index a86f0fc6715e..735e1e20d308 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51621,6 +51621,7 @@ package java.lang { method protected T initialValue(); method public void remove(); method public void set(T); + method public static java.lang.ThreadLocal withInitial(java.util.function.Supplier); } public class Throwable implements java.io.Serializable { diff --git a/api/system-current.txt b/api/system-current.txt index 4930777bf1ad..4f2f78abdab4 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -54977,6 +54977,7 @@ package java.lang { method protected T initialValue(); method public void remove(); method public void set(T); + method public static java.lang.ThreadLocal withInitial(java.util.function.Supplier); } public class Throwable implements java.io.Serializable { diff --git a/api/test-current.txt b/api/test-current.txt index eff62b6f8a53..70f3f827fafe 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51701,6 +51701,7 @@ package java.lang { method protected T initialValue(); method public void remove(); method public void set(T); + method public static java.lang.ThreadLocal withInitial(java.util.function.Supplier); } public class Throwable implements java.io.Serializable { -- 2.11.0