User: oberg   
  Date: 00/11/14 04:52:40

  Modified:    src/main/org/jboss/ejb EntityContainer.java
  Log:
  Removed silly debug message from home method mapping init
  
  Revision  Changes    Path
  1.33      +1 -2      jboss/src/main/org/jboss/ejb/EntityContainer.java
  
  Index: EntityContainer.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/EntityContainer.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- EntityContainer.java      2000/11/13 17:09:46     1.32
  +++ EntityContainer.java      2000/11/14 12:52:40     1.33
  @@ -36,7 +36,7 @@
   *   @author Rickard �berg ([EMAIL PROTECTED])
   *   @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
   *   @author <a href="mailto:[EMAIL PROTECTED]">Sebastien Alborini</a>
  -*   @version $Revision: 1.32 $
  +*   @version $Revision: 1.33 $
   */
   public class EntityContainer
   extends Container
  @@ -502,7 +502,6 @@
               } catch (NoSuchMethodException e)
               {
                  // Ignore - just go on with other types of methods
  -               System.out.println("No such home method:"+m[i].getName());
               }
   
               // Implemented by container (in both cases)
  
  
  

Reply via email to