Skip to content

Commit

Permalink
test: suppress another warning in testdata (kythe#6098)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroederc authored Apr 15, 2024
1 parent e3a4320 commit 3718580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.io.IOException;
import java.io.OutputStream;

@SuppressWarnings("unused")
@SuppressWarnings({"unused", "ClosingStandardOutputStreams"})
// - @Variables defines/binding Class
public class Variables {

Expand Down

0 comments on commit 3718580

Please sign in to comment.