< prev index next >

src/java.base/share/tools/org/openjdk/buildtools/blacklistedcertsconverter/BlacklistedCertsConverter.java

Print this page

        

@@ -21,11 +21,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package build.tools.blacklistedcertsconverter;
+package org.openjdk.buildtools.blacklistedcertsconverter;
 
 import java.security.MessageDigest;
 import java.security.cert.Certificate;
 import java.security.cert.CertificateFactory;
 import java.security.cert.X509Certificate;
< prev index next >