diff options
| author | 2016-08-05 09:36:41 +0000 | |
|---|---|---|
| committer | 2016-08-05 09:36:41 +0000 | |
| commit | 50f3429d14314fb2b2aead07b60917d7bafdaff9 (patch) | |
| tree | bb7f67573485156962dc70ea9793e10914f6e4a2 | |
| parent | 497ac5eccbf96463f4d719c0421c165e3cd9bb5f (diff) | |
| parent | bc7820ec7667184bc5fd6903ef3d1390f377bb89 (diff) | |
Merge "Track libcore change 0e393b4d628541e84e31210342f4103315c07e23"
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 554afa359254..fde401c52acd 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49281,6 +49281,7 @@ package java.lang { method protected T initialValue(); method public void remove(); method public void set(T); + method public static java.lang.ThreadLocal<S> withInitial(java.util.function.Supplier<? extends S>); } public class Throwable implements java.io.Serializable { diff --git a/api/system-current.txt b/api/system-current.txt index 722d682095df..665123f92e13 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51899,6 +51899,7 @@ package java.lang { method protected T initialValue(); method public void remove(); method public void set(T); + method public static java.lang.ThreadLocal<S> withInitial(java.util.function.Supplier<? extends S>); } public class Throwable implements java.io.Serializable { |