< prev index next >

test/lib/jdk/test/lib/artifacts/ArtifactManager.java

Print this page

        

*** 25,31 **** import java.io.FileNotFoundException; import java.nio.file.Path; public interface ArtifactManager { ! public Path resolve(Artifact artifact) throws FileNotFoundException; } --- 25,31 ---- import java.io.FileNotFoundException; import java.nio.file.Path; public interface ArtifactManager { ! public Path resolve(Artifact artifact) throws ArtifactResolverException; }
< prev index next >