From: Wolfgang M. M. <wol...@us...> - 2004-03-25 13:36:48
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/xmldb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31049/src/org/exist/xmldb Modified Files: RemoteXPathQueryService.java Log Message: Method signature for DBBroker.findElementsByTagName had been modified. Index: RemoteXPathQueryService.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/xmldb/RemoteXPathQueryService.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RemoteXPathQueryService.java 3 Feb 2004 08:33:51 -0000 1.13 --- RemoteXPathQueryService.java 25 Mar 2004 13:25:56 -0000 1.14 *************** *** 136,141 **** public void declareVariable(String qname, Object initialValue) throws XMLDBException { // TODO Not implemented ! throw new XMLDBException(ErrorCodes.NOT_IMPLEMENTED, ! "method not implemented"); } --- 136,141 ---- public void declareVariable(String qname, Object initialValue) throws XMLDBException { // TODO Not implemented ! //throw new XMLDBException(ErrorCodes.NOT_IMPLEMENTED, ! // "method not implemented"); } |