Skip to content

Commit f1c302e

Browse files
committed
comment
1 parent 57d48dc commit f1c302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nullaway/src/test/java/com/uber/nullaway/UnannotatedTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.Arrays;
44
import org.junit.Test;
55

6-
@SuppressWarnings("deprecation")
6+
@SuppressWarnings("deprecation") // due to calls to addSourceFile
77
public class UnannotatedTests extends NullAwayTestsBase {
88

99
@Test

0 commit comments

Comments
 (0)