We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5925b8e commit 42c7d0aCopy full SHA for 42c7d0a
user/test/com/google/gwt/emultest/Java12EmulSuite.java
@@ -25,5 +25,5 @@
25
@Suite.SuiteClasses({
26
StringTest.class,
27
})
28
-public class EmulJava11Suite {
+public class EmulJava12Suite {
29
}
user/test/com/google/gwt/emultest/java12/lang/StringTest.java
@@ -13,7 +13,7 @@
13
* License for the specific language governing permissions and limitations under
14
* the License.
15
*/
16
-package com.google.gwt.emultest.java11.lang;
+package com.google.gwt.emultest.java12.lang;
17
18
import com.google.gwt.dev.util.arg.SourceLevel;
19
import com.google.gwt.emultest.java.util.EmulTestBase;
0 commit comments