diff --git a/djvm/src/main/java/sandbox/java/lang/ThreadLocal.java b/djvm/src/main/java/sandbox/java/lang/ThreadLocal.java index f416d3db16..8a2853bf82 100644 --- a/djvm/src/main/java/sandbox/java/lang/ThreadLocal.java +++ b/djvm/src/main/java/sandbox/java/lang/ThreadLocal.java @@ -4,8 +4,8 @@ import sandbox.java.util.function.Supplier; /** * Everything inside the sandbox is single-threaded, so this - * implementation of ThreadLocal is sufficient. - * @param + * implementation of ThreadLocal is sufficient. + * @param Underlying type of this thread-local variable. */ @SuppressWarnings({"unused", "WeakerAccess"}) public class ThreadLocal extends Object {