OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / sasl / IllegalMechanismStateException.java
index 94d9269..b46ad98 100644 (file)
@@ -46,8 +46,6 @@ import javax.security.sasl.AuthenticationException;
  * that mechanism was not completed yet, or that an operation that should be
  * invoked on incomplete mechanisms was invoked but the authentication phase of
  * that mechanism was already completed.
- *
- * @version $Revision: 1.1 $
  */
 public class IllegalMechanismStateException extends AuthenticationException
 {
@@ -83,4 +81,4 @@ public class IllegalMechanismStateException extends AuthenticationException
   {
     super(detail, ex);
   }
-}
\ No newline at end of file
+}