File tree 1 file changed +2
-2
lines changed
jbbp/src/test/java/com/igormaznitsa/jbbp
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2054,7 +2054,7 @@ public void testParse_NoErrorForIgnoreRemainingFieldsFlag() throws Exception {
2054
2054
}
2055
2055
2056
2056
@ Test
2057
- public void testConvertToSrc_Java16_NamedPackage () throws Exception {
2057
+ public void testConvertToSrc_Java_NamedPackage () {
2058
2058
final JBBPParser parser = JBBPParser .prepare ("byte a;" );
2059
2059
2060
2060
final List <ResultSrcItem > src = parser .convertToSrc (TargetSources .JAVA , "some.package.SomeClass" );
@@ -2065,7 +2065,7 @@ public void testConvertToSrc_Java16_NamedPackage() throws Exception {
2065
2065
}
2066
2066
2067
2067
@ Test
2068
- public void testConvertToSrc_Java16_DefaultPackage () throws Exception {
2068
+ public void testConvertToSrc_Java_DefaultPackage () {
2069
2069
final JBBPParser parser = JBBPParser .prepare ("byte a;" );
2070
2070
2071
2071
final List <ResultSrcItem > src = parser .convertToSrc (TargetSources .JAVA , "SomeClass" );
You can’t perform that action at this time.
0 commit comments