User: juha
Date: 00/06/03 14:43:56
Modified: src/main/org/jboss/verifier BeanVerifier.java
Log:
A couple of messages added, abstract verifier superclass.
Revision Changes Path
1.2 +4 -7 jboss/src/main/org/jboss/verifier/BeanVerifier.java
Index: BeanVerifier.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/verifier/BeanVerifier.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BeanVerifier.java 2000/05/29 18:26:32 1.1
+++ BeanVerifier.java 2000/06/03 21:43:56 1.2
@@ -18,11 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * This package and its source code is available at www.gjt.org
- * $Id: BeanVerifier.java,v 1.1 2000/05/29 18:26:32 juha Exp $
- *
- * You can reach the author by sending email to [EMAIL PROTECTED] or
- * directly to [EMAIL PROTECTED]
+ * This package and its source code is available at www.jboss.org
+ * $Id: BeanVerifier.java,v 1.2 2000/06/03 21:43:56 juha Exp $
*/
@@ -65,8 +62,8 @@
*
* @see << OTHER RELATED CLASSES >>
*
- * @author Juha Lindfors
- * @version $Revision: 1.1 $
+ * @author Juha Lindfors ([EMAIL PROTECTED])
+ * @version $Revision: 1.2 $
* @since JDK 1.3
*/
public class BeanVerifier implements VerificationContext {