Merge "Track libcore change 4e73fd2bc22e704fe71465782b83be0471ac5e82" into stage-aosp-master

This commit is contained in:
Przemyslaw Szczepaniak
2016-08-05 10:25:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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<S> withInitial(java.util.function.Supplier<? extends S>);
}
public class Throwable implements java.io.Serializable {