You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/12/21 22:45:23 UTC

svn commit: r489468 - /incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java

Author: snoopdave
Date: Thu Dec 21 13:45:22 2006
New Revision: 489468

URL: http://svn.apache.org/viewvc?view=rev&rev=489468
Log:
Removing ununsed and unnecessary method

Modified:
    incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java

Modified: incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java?view=diff&rev=489468&r1=489467&r2=489468
==============================================================================
--- incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java (original)
+++ incubator/roller/trunk/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java Thu Dec 21 13:45:22 2006
@@ -775,15 +775,7 @@
         if (pathInfo.length > 1 && pathInfo[1].equals("resource")) return true;
         return false;
     }
-    
-    /**
-     * True if URL is a category URI.
-     */
-    public boolean isCategoryURI(String[] pathInfo) {
-        if (pathInfo.length > 1 && pathInfo[1].equals("category")) return true;
-        return false;
-    }
-    
+        
     /**
      * True if URL is a collection URI of any sort.
      */