mirror of
https://github.com/corda/corda.git
synced 2025-06-05 09:00:53 +00:00
ENT-1906: Fix JavaDoc error for DJVM. (#4063)
This commit is contained in:
parent
acd3490cde
commit
af48612d46
@ -4,8 +4,8 @@ import sandbox.java.util.function.Supplier;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Everything inside the sandbox is single-threaded, so this
|
* Everything inside the sandbox is single-threaded, so this
|
||||||
* implementation of ThreadLocal<T> is sufficient.
|
* implementation of ThreadLocal is sufficient.
|
||||||
* @param <T>
|
* @param <T> Underlying type of this thread-local variable.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({"unused", "WeakerAccess"})
|
@SuppressWarnings({"unused", "WeakerAccess"})
|
||||||
public class ThreadLocal<T> extends Object {
|
public class ThreadLocal<T> extends Object {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user