diff --git a/test/src/main/java/org/jvnet/hudson/test/TestEnvironment.java b/test/src/main/java/org/jvnet/hudson/test/TestEnvironment.java index 3ecdb7a036b4e2379f262f1846d2ba3c15042cf9..086068671647640fdef94158ab40eee7bf9d1ffe 100644 --- a/test/src/main/java/org/jvnet/hudson/test/TestEnvironment.java +++ b/test/src/main/java/org/jvnet/hudson/test/TestEnvironment.java @@ -24,6 +24,9 @@ package org.jvnet.hudson.test; /** + * TODO: deprecate this, and just consolidate this to {@link HudsonTestCase}. + * We can then pin down the current HudsonTestCase to the thread for easier access. + * * @author Kohsuke Kawaguchi */ public class TestEnvironment {