test/org/openjdk/jigsaw/MockLibrary.java

Print this page

        

@@ -96,10 +96,14 @@
 
     public URI location() {
         throw new UnsupportedOperationException();
     }
 
+    public ModuleArchitecture architecture() {
+        return ModuleArchitecture.ANY;
+    }
+
     public void installFromManifests(Collection<Manifest> mf) {
         throw new UnsupportedOperationException();
     }
 
     public void install(Collection<File> mf, boolean verifySignature) {