OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / jce / cipher / PBES2.java
index 28b327d..9889ab9 100644 (file)
@@ -56,8 +56,6 @@ import javax.crypto.spec.SecretKeySpec;
 
 /**
  * <p>.</p>
- *
- * @version $Revision: 1.1 $
  */
 public abstract class PBES2 extends CipherAdapter
 {
@@ -1349,4 +1347,4 @@ public abstract class PBES2 extends CipherAdapter
       }
     }
   }
-}
\ No newline at end of file
+}