Generated by
JDiff

Class java.lang.InheritableThreadLocal

Changed Methods
Object get() Method was inherited from ThreadLocal, but is now defined locally. Returns the value in the calling thread's copy of this ThreadLocal variable.
void set(Object) Method was inherited from ThreadLocal, but is now defined locally. Sets the calling thread's instance of this ThreadLocal variable to the given value.