mirror of
https://github.com/corda/corda.git
synced 2025-04-06 19:07:08 +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
|
||||
* implementation of ThreadLocal<T> is sufficient.
|
||||
* @param <T>
|
||||
* implementation of ThreadLocal is sufficient.
|
||||
* @param <T> Underlying type of this thread-local variable.
|
||||
*/
|
||||
@SuppressWarnings({"unused", "WeakerAccess"})
|
||||
public class ThreadLocal<T> extends Object {
|
||||
|
Loading…
x
Reference in New Issue
Block a user