< prev index next >

test/java/util/ResourceBundle/modules/appbasic/src/test/module-info.java

Print this page

        

@@ -22,7 +22,7 @@
  */
 
 module test {
     exports jdk.test.resources.spi to eubundles, asiabundles;
     uses jdk.test.resources.spi.MyResourcesProvider;
-    provides jdk.test.resources.spi.MyResourcesProvider with jdk.test.resources.spi.MyResourcesProviderImpl;
+    provides jdk.test.resources.spi.MyResourcesProvider with jdk.test.resources.MyResourcesProviderImpl;
 }
< prev index next >