@@ -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);