giacomo     2003/01/10 12:55:30

  Modified:    src/scratchpad/src/org/apache/cocoon/components/source/impl
                        XMLDBSourceFactory.java
  Log:
  removed unused variable
  
  Revision  Changes    Path
  1.5       +1 -2      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSourceFactory.java
  
  Index: XMLDBSourceFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSourceFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- XMLDBSourceFactory.java   9 Jan 2003 14:58:35 -0000       1.4
  +++ XMLDBSourceFactory.java   10 Jan 2003 20:55:30 -0000      1.5
  @@ -106,7 +106,6 @@
               Configuration[] xmldbConfigs = conf.getChildren("driver");
   
               String type = null;
  -            String clazz = null;
               for (int i = 0; i < xmldbConfigs.length; i++) {
                   type = xmldbConfigs[i].getAttribute("type");
                   driver = xmldbConfigs[i].getAttribute("class");
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to