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

  Modified:    src/main/org/jboss/verifier/factory DefaultEventFactory.java
  Log:
  Warnings are for beans (including their remote & home interfaces), not classes.
  Perhaps less confusing.
  
  Revision  Changes    Path
  1.4       +2 -7      
jboss/src/main/org/jboss/verifier/factory/DefaultEventFactory.java
  
  Index: DefaultEventFactory.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/factory/DefaultEventFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultEventFactory.java  2000/10/15 20:52:29     1.3
  +++ DefaultEventFactory.java  2000/11/14 20:37:16     1.4
  @@ -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: DefaultEventFactory.java,v 1.3 2000/10/15 20:52:29 juha Exp $
  + * $Id: DefaultEventFactory.java,v 1.4 2000/11/14 20:37:16 juha Exp $
    */
   
    
  @@ -46,13 +46,8 @@
   /**
    * <p>
    *
  - * For more detailed documentation, refer to the
  - * <a href="" << INSERT DOC LINK HERE >> </a>
  - *
  - * @see     << OTHER RELATED CLASSES >>
  - *
    * @author   Juha Lindfors   ([EMAIL PROTECTED])
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    * @since    JDK 1.3
    */
   public class DefaultEventFactory implements VerificationEventFactory {
  
  
  

Reply via email to