User: juha    
  Date: 00/11/14 12:37:17

  Modified:    src/main/org/jboss/verifier/event VerificationEvent.java
  Log:
  Warnings are for beans (including their remote & home interfaces), not classes.
  Perhaps less confusing.
  
  Revision  Changes    Path
  1.7       +3 -3      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VerificationEvent.java    2000/10/18 13:23:16     1.6
  +++ VerificationEvent.java    2000/11/14 20:37:17     1.7
  @@ -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.6 2000/10/18 13:23:16 juha Exp $
  + * $Id: VerificationEvent.java,v 1.7 2000/11/14 20:37:17 juha Exp $
    */
   
   
  @@ -36,7 +36,7 @@
   /**
    *
    * @author   Juha Lindfors   ([EMAIL PROTECTED])
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    * @since    JDK 1.3
    */
   public class VerificationEvent extends EventObject {
  @@ -141,7 +141,7 @@
           StringBuffer buf = new StringBuffer(512);
           String linebreak = System.getProperty("line.separator");
           
  -        buf.append(linebreak + "Class  : " + beanName + linebreak);
  +        buf.append(linebreak + "Bean   : " + beanName + linebreak);
           
           if (method != null) {
               String returnType = getShortClassName(method.getReturnType());
  
  
  

Reply via email to