We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1068ace commit 000fab6Copy full SHA for 000fab6
src/main/java/org/apache/maven/plugins/checkstyle/IconTool.java
@@ -57,9 +57,7 @@ public IconTool( Sink sink, ResourceBundle bundle )
57
*/
58
public void iconSeverity( String level )
59
{
60
- sink.figure();
61
sink.figureGraphics( "images/icon_" + level + "_sml.gif" );
62
- sink.figure_();
63
}
64
65
/**
@@ -70,9 +68,7 @@ public void iconSeverity( String level )
70
68
71
69
public void iconSeverity( String level, int textType )
72
73
74
75
76
77
if ( textType > 0 )
78
0 commit comments