[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xindice-dev
Subject:    svn commit: r577508 -
From:       natalia () apache ! org
Date:       2007-09-20 2:25:17
Message-ID: 20070920022517.8745D1A983A () eris ! apache ! org
[Download RAW message or body]

Author: natalia
Date: Wed Sep 19 19:25:16 2007
New Revision: 577508

URL: http://svn.apache.org/viewvc?rev=577508&view=rev
Log:
Cleanup

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java


Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java
                
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java?rev=577508&r1=577507&r2=577508&view=diff
 ==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java \
                (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java \
Wed Sep 19 19:25:16 2007 @@ -518,10 +518,8 @@
             dbf.setNamespaceAware(true);
             Document resultDoc = dbf.newDocumentBuilder().parse(new InputSource(new \
StringReader(result)));  
-            ResourceSetImpl rs = new ResourceSetImpl(this, resultDoc);
-            return rs;
+            return new ResourceSetImpl(this, resultDoc);
         } catch (Exception e) {
-            e.printStackTrace();
             throw FaultCodes.createXMLDBException(FaultCodes.QRY_PROCESSING_ERROR, \
"Query error", e);  }
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic