Author: vgritsenko
Date: Mon Oct  4 16:57:38 2004
New Revision: 53768

Modified:
   
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBCollectionGenerator.java
   
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBGenerator.java
Log:
optimize imports


Modified: 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBCollectionGenerator.java
==============================================================================
--- 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBCollectionGenerator.java
       (original)
+++ 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBCollectionGenerator.java
       Mon Oct  4 16:57:38 2004
@@ -1,12 +1,12 @@
 /*
  * Copyright 1999-2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,10 +20,12 @@
 import org.apache.avalon.framework.configuration.Configuration;
 import org.apache.avalon.framework.configuration.ConfigurationException;
 import org.apache.avalon.framework.parameters.Parameters;
+
 import org.apache.cocoon.ProcessingException;
 import org.apache.cocoon.ResourceNotFoundException;
 import org.apache.cocoon.caching.CacheableProcessingComponent;
 import org.apache.cocoon.environment.SourceResolver;
+
 import org.apache.excalibur.source.SourceValidity;
 import org.xml.sax.SAXException;
 import org.xml.sax.helpers.AttributesImpl;
@@ -54,7 +56,7 @@
  * slash in the base tag is important!
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Gianugo Rabellino</a>
- * @version CVS $Id: XMLDBCollectionGenerator.java,v 1.5 2004/05/24 12:37:52 
cziegeler Exp $
+ * @version CVS $Id$
  * @deprecated Use the XML:DB pseudo protocol instead.
  */
 public class XMLDBCollectionGenerator extends ServiceableGenerator

Modified: 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBGenerator.java
==============================================================================
--- 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBGenerator.java
 (original)
+++ 
cocoon/trunk/src/blocks/xmldb/java/org/apache/cocoon/generation/XMLDBGenerator.java
 Mon Oct  4 16:57:38 2004
@@ -1,12 +1,12 @@
 /*
  * Copyright 1999-2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,10 +20,12 @@
 import org.apache.avalon.framework.configuration.Configuration;
 import org.apache.avalon.framework.configuration.ConfigurationException;
 import org.apache.avalon.framework.parameters.Parameters;
+
 import org.apache.cocoon.ProcessingException;
 import org.apache.cocoon.ResourceNotFoundException;
 import org.apache.cocoon.caching.CacheableProcessingComponent;
 import org.apache.cocoon.environment.SourceResolver;
+
 import org.apache.excalibur.source.SourceValidity;
 import org.xml.sax.SAXException;
 import org.xmldb.api.DatabaseManager;
@@ -54,7 +56,7 @@
  * slash in the base tag is important!
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Gianugo Rabellino</a>
- * @version CVS $Id: XMLDBGenerator.java,v 1.5 2004/05/24 12:37:52 cziegeler 
Exp $
+ * @version CVS $Id$
  * @deprecated Use the XML:DB pseudo protocol instead.
  */
 public class XMLDBGenerator extends ServiceableGenerator

Reply via email to