Skip to content

Commit

Permalink
Suppress warning about an unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
tszmytka committed Feb 20, 2020
1 parent ae37dbb commit ebb7182
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class AnsiColorBuildWrapperTest {
private static final String ESC = "\033";
private static final String CLR = ESC + "[2K";

@SuppressWarnings("unused")
private enum CSI {
CUU("A", 1),
CUD("B", 1),
Expand Down

0 comments on commit ebb7182

Please sign in to comment.