You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/06/28 05:28:12 UTC

svn commit: r551436 - /xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java

Author: vgritsenko
Date: Wed Jun 27 20:28:11 2007
New Revision: 551436

URL: http://svn.apache.org/viewvc?view=rev&rev=551436
Log:
whitespace

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java?view=diff&rev=551436&r1=551435&r2=551436
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/webadmin/webdav/components/Propfind.java Wed Jun 27 20:28:11 2007
@@ -108,7 +108,8 @@
         }
     }
 
-    private void process(DAVRequest req, DAVResponse res, Collection col, String name) throws DBException, IOException {
+    private void process(DAVRequest req, DAVResponse res, Collection col, String name)
+    throws DBException, IOException {
         res.setProtocol(req.getProtocol());
         Document requestDoc = req.getRequestDoc();
         int type = getPropFindType(requestDoc);
@@ -148,7 +149,7 @@
     }
 
     private void processChildren(DAVResponse res, String contextPath, Collection col, Set requestedProps, int type, int depth)
-            throws DBException, IOException {
+    throws DBException, IOException {
         String[] children;
         if (col == null) {
             children = Database.listDatabases();