froehlich    01/11/09 15:31:09

  Modified:    apps/db/src/java/org/apache/avalon/db/bcel/actions
                        BCELSelect.java
  Log:
  some changes to get the <simple-select> enabled
  
  Revision  Changes    Path
  1.4       +0 -5      
jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/bcel/actions/BCELSelect.java
  
  Index: BCELSelect.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/bcel/actions/BCELSelect.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BCELSelect.java   2001/11/09 10:22:34     1.3
  +++ BCELSelect.java   2001/11/09 23:31:09     1.4
  @@ -38,10 +38,7 @@
       /**
        * Constructor BCELInsert
        *
  -     *
  -     * @param table
        * @param document
  -     *
        */
       public BCELSelect(Document document) {
           mDocument = document;
  @@ -49,8 +46,6 @@
   
       /**
        * Method execute
  -     *
  -     *
        */
       public void execute() throws ActionException {
           System.out.println("select execute");
  
  
  

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

Reply via email to