morgand     01/02/09 09:15:48

  Modified:    jdbc/src/org/apache/taglibs/jdbc/resultset
                        BaseGetterTEI.java
  Log:
  no message
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-taglibs/jdbc/src/org/apache/taglibs/jdbc/resultset/BaseGetterTEI.java
  
  Index: BaseGetterTEI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-taglibs/jdbc/src/org/apache/taglibs/jdbc/resultset/BaseGetterTEI.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BaseGetterTEI.java        2001/02/09 17:14:53     1.3
  +++ BaseGetterTEI.java        2001/02/09 17:15:44     1.4
  @@ -92,7 +92,7 @@
       }
   
       if (!bPosition && !bName) {
  -      System.out.println("Error: Get tags must set _either_ the colName and 
position attribute");
  +      System.out.println("Error: Get tags must set _either_ the colName or the 
position attribute");
         return false;
       }
   
  
  
  

Reply via email to