svn commit: r577508 - /xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/CollectionImpl.java

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
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);
         }
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.