Skip to content

Commit 1935595

Browse files
committed
suppress the CharacterSetLiteralCheck for release
1 parent ba1ea2f commit 1935595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dot-parse/src/test/java/com/google/common/labs/parse/ParserTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import com.google.mu.util.CharPredicate;
3636

3737
@RunWith(JUnit4.class)
38+
@SuppressWarnings("CharacterSetLiteralCheck")
3839
public class ParserTest {
3940
private static final CharPredicate DIGIT = CharPredicate.range('0', '9');
4041

0 commit comments

Comments
 (0)