dmkarr      2002/10/14 20:11:04

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/html
                        ELFrameTagBeanInfo.java
  Log:
  Removed accidentally left print statement.
  
  Revision  Changes    Path
  1.2       +3 -4      
jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELFrameTagBeanInfo.java
  
  Index: ELFrameTagBeanInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELFrameTagBeanInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ELFrameTagBeanInfo.java   14 Oct 2002 03:11:08 -0000      1.1
  +++ ELFrameTagBeanInfo.java   15 Oct 2002 03:11:04 -0000      1.2
  @@ -85,7 +85,6 @@
   {
       public  PropertyDescriptor[] getPropertyDescriptors()
       {
  -        System.out.println("In ELFrameTagBeanInfo.getPropertyDescriptors.");
           PropertyDescriptor[]  result   = new PropertyDescriptor[24];
   
           try {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to