User: juha    
  Date: 00/12/01 11:09:38

  Modified:    src/main/org/jboss/verifier/event VerificationEvent.java
  Log:
  Removed some old crud. Thanks to Tom Copeland for the review.
  
  Revision  Changes    Path
  1.8       +2 -11     jboss/src/main/org/jboss/verifier/event/VerificationEvent.java
  
  Index: VerificationEvent.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/event/VerificationEvent.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- VerificationEvent.java    2000/11/14 20:37:17     1.7
  +++ VerificationEvent.java    2000/12/01 19:09:38     1.8
  @@ -19,7 +19,7 @@
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: VerificationEvent.java,v 1.7 2000/11/14 20:37:17 juha Exp $
  + * $Id: VerificationEvent.java,v 1.8 2000/12/01 19:09:38 juha Exp $
    */
   
   
  @@ -36,7 +36,7 @@
   /**
    *
    * @author   Juha Lindfors   ([EMAIL PROTECTED])
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    * @since    JDK 1.3
    */
   public class VerificationEvent extends EventObject {
  @@ -53,11 +53,6 @@
        */
       private String message  = "<undefined>";
   
  -    /*
  -     * Contains a more verbose description of this event.
  -     */
  -    private String verbose  = "";
  -
       private String beanName = "<unnamed>";
       
       private Method method   = null;
  @@ -111,10 +106,6 @@
   
       public void setMessage(String msg) {
           this.message = msg;
  -    }
  -
  -    public void setVerbose(String msg) {
  -        this.verbose = msg;
       }
   
       public void setName(String name) {
  
  
  

Reply via email to