Track libcore change 4e73fd2bc22e704fe71465782b83be0471ac5e82
Version with test-current.txt Bug: 28666126 Change-Id: I3677508ff00c381c88fe9c767ec7037493b574f8
This commit is contained in:
@@ -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<S> withInitial(java.util.function.Supplier<? extends S>);
|
||||
}
|
||||
|
||||
public class Throwable implements java.io.Serializable {
|
||||
|
||||
@@ -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<S> withInitial(java.util.function.Supplier<? extends S>);
|
||||
}
|
||||
|
||||
public class Throwable implements java.io.Serializable {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user