You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/org/jenkinsci/plugins/workflow/log/ConsoleAnnotators.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@
49
49
importorg.kohsuke.accmod.Restricted;
50
50
importorg.kohsuke.accmod.restrictions.Beta;
51
51
importorg.kohsuke.stapler.Stapler;
52
-
importorg.kohsuke.stapler.StaplerRequest;
53
-
importorg.kohsuke.stapler.StaplerResponse;
52
+
importorg.kohsuke.stapler.StaplerRequest2;
53
+
importorg.kohsuke.stapler.StaplerResponse2;
54
54
55
55
/**
56
56
* Some utility code extracted from {@link AnnotatedLargeText} which probably belongs in {@link ConsoleAnnotator} or {@link ConsoleAnnotationOutputStream}.
@@ -64,7 +64,7 @@ public class ConsoleAnnotators {
64
64
* What to pass to {@link ConsoleAnnotationOutputStream#ConsoleAnnotationOutputStream} when overriding {@link AnnotatedLargeText#writeHtmlTo}.
0 commit comments