Skip to content

Commit 258f19f

Browse files
Excavator: Remove calls to deprecated APIs
1 parent 81e5b78 commit 258f19f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • gradle-consistent-versions-idea-plugin/src/main/java/com/palantir/gradle/versions/intellij

gradle-consistent-versions-idea-plugin/src/main/java/com/palantir/gradle/versions/intellij/CommentAnnotator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131

3232
public class CommentAnnotator implements Annotator {
3333

34-
@SuppressWarnings("for-rollout:deprecation")
3534
private static final TextAttributesKey RED_BOLD = TextAttributesKey.createTextAttributesKey(
3635
"DEPENDENCY_UPGRADER_OFF", new TextAttributes(JBColor.RED, null, null, null, Font.BOLD));
3736

38-
@SuppressWarnings("for-rollout:deprecation")
3937
private static final TextAttributesKey GREEN_BOLD = TextAttributesKey.createTextAttributesKey(
4038
"DEPENDENCY_UPGRADER_ON", new TextAttributes(JBColor.GREEN, null, null, null, Font.BOLD));
4139

0 commit comments

Comments
 (0)