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/03/09 04:59:22 UTC

svn commit: r516284 - in /xml/xindice/trunk/java: scratchpad/src/org/apache/xindice/tools/ src/org/apache/xindice/tools/XMLTools.java

Author: vgritsenko
Date: Thu Mar  8 19:59:21 2007
New Revision: 516284

URL: http://svn.apache.org/viewvc?view=rev&rev=516284
Log:
remove some fossils

Removed:
    xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/tools/
Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java?view=diff&rev=516284&r1=516283&r2=516284
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/XMLTools.java Thu Mar  8 19:59:21 2007
@@ -104,13 +104,6 @@
     }
 
     /**
-     * @return true if this class has admin access.
-     */
-    public boolean isAdmin() {
-        return false;
-    }
-
-    /**
      * Reads commands document from config directory.
      */
     private Document readCommandsDocument() throws XindiceException, FileNotFoundException {
@@ -163,7 +156,7 @@
      * command line tools, as well as, making the command line easier
      * to use.
      */
-    public void process(String[] args) throws XindiceException, Exception {
+    public void process(String[] args) throws XindiceException {
         try {
             init();
             parseArguments(args);