morgand     01/02/09 09:14:57

  Modified:    jdbc/src/org/apache/taglibs/jdbc/resultset
                        BaseGetterTEI.java
  Log:
  Fixed error message to standard out :)
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BaseGetterTEI.java        2001/02/09 17:10:32     1.2
  +++ BaseGetterTEI.java        2001/02/09 17:14:53     1.3
  @@ -92,7 +92,7 @@
       }
   
       if (!bPosition && !bName) {
  -      System.out.println("Error: Get tags must not set _either_ the colName and 
position attribute");
  +      System.out.println("Error: Get tags must set _either_ the colName and 
position attribute");
         return false;
       }
   
  
  
  

Reply via email to