< prev index next >

src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTab.java

Print this page

        

@@ -511,11 +511,11 @@
     }
 
     /**
      * Creates key table file version.
      * @param file the key table file.
-     * @exception IOException.
+     * @exception IOException
      */
     public synchronized void createVersion(File file) throws IOException {
         try (KeyTabOutputStream kos =
                 new KeyTabOutputStream(new FileOutputStream(file))) {
             kos.write16(KRB5_KT_VNO);
< prev index next >