Skip to content

Commit 9989125

Browse files
committed
Obsolete comment.
1 parent 38c363a commit 9989125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import java.util.concurrent.Callable;
3939
import java.util.function.BiFunction;
4040
import java.util.logging.Logger;
41-
import jenkins.security.ConfidentialStore;
4241
import jenkins.security.MasterToSlaveCallable;
4342
import org.apache.commons.io.IOUtils;
4443
import org.apache.commons.io.output.NullOutputStream;
@@ -60,7 +59,6 @@ public abstract class LogStorageTestBase {
6059
System.setProperty("line.separator", "\n");
6160
}
6261

63-
/** Needed since {@link ConsoleAnnotators} will not work without encryption, and currently {@link ConfidentialStore#get} has no fallback mode for unit tests accessible except via package-local. */
6462
@ClassRule public static JenkinsRule r = new JenkinsRule();
6563

6664
/** Create a new storage implementation, but potentially reusing any data initialized in the last {@link Before} setup. */

0 commit comments

Comments
 (0)