< prev index next >

jdk/src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java

Print this page

        

@@ -75,20 +75,20 @@
  *         FileOutputStream out = new FileOutputStream(outputFile)) {
  *     signer.sign(in, out);
  * }
  * </pre>
  *
- * @since 1.9
+ * @since 9
  */
 @jdk.Exported
 public final class JarSigner {
 
     /**
      * A mutable builder class that can create an immutable {@code JarSigner}
      * from various signing-related parameters.
      *
-     * @since 1.9
+     * @since 9
      */
     @jdk.Exported
     public static class Builder {
 
         // Signer materials:
< prev index next >