From bc7820ec7667184bc5fd6903ef3d1390f377bb89 Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Tue, 12 Jul 2016 10:54:46 +0100 Subject: [PATCH] Track libcore change 0e393b4d628541e84e31210342f4103315c07e23 Bug: 28666126 Change-Id: Ib63e14c5c72fd3a13f09a90358cb137e318a3653 --- api/current.txt | 1 + api/system-current.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/api/current.txt b/api/current.txt index 28498fffb965c..a1772d1b90ab5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49279,6 +49279,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 6092433e7b340..d04dfa080fb49 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51897,6 +51897,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 {