juergen 01/02/19 08:42:47
Modified: src/share/org/apache/slide/lock LockException.java
Log:
nothing changed
Revision Changes Path
1.3 +13 -13 jakarta-slide/src/share/org/apache/slide/lock/LockException.java
Index: LockException.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LockException.java 2000/09/26 02:44:16 1.2
+++ LockException.java 2001/02/19 16:42:45 1.3
@@ -1,13 +1,13 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v 1.2
2000/09/26 02:44:16 remm Exp $
- * $Revision: 1.2 $
- * $Date: 2000/09/26 02:44:16 $
+ * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v 1.3
2001/02/19 16:42:45 juergen Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/02/19 16:42:45 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -15,7 +15,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -23,15 +23,15 @@
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
- * any, must include the following acknowlegement:
- * "This product includes software developed by the
+ * any, must include the following acknowlegement:
+ * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
- * from this software without prior written permission. For written
+ * from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache"
@@ -59,7 +59,7 @@
*
* [Additional notices, if required by prior licensing conditions]
*
- */
+ */
package org.apache.slide.lock;
@@ -67,9 +67,9 @@
/**
* Lock exception.
- *
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class LockException extends SlideException {
@@ -79,11 +79,11 @@
/**
* Constructor.
- *
+ *
* @param message Exception message
*/
public LockException(String message) {
super(message);
}
-
+
}