]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3175 moved deprecated and not-used methods out -- getObjectexitList(Map,String...
authorLaramie Crocker <laramie@berkeley.edu>
Mon, 6 Dec 2010 23:42:44 +0000 (23:42 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Mon, 6 Dec 2010 23:42:44 +0000 (23:42 +0000)
services/objectexit/service/src/main/java/org/collectionspace/services/objectexit/ObjectExitResource.java

index b30910b6aaed12d9c75542d63be6896e34baa756..e8019644271804d3d168d3392e30df708b25a0d7 100644 (file)
@@ -43,8 +43,6 @@ public class ObjectExitResource extends ResourceBase {
         return "objectexit";
     };
 
-    //FIXME retrieve client type from configuration
-    final static ClientType CLIENT_TYPE = ServiceMain.getInstance().getClientType();
 
     @Override
     protected String getVersionString() {
@@ -56,7 +54,7 @@ public class ObjectExitResource extends ResourceBase {
     public Class<ObjectexitCommon> getCommonPartClass() {
        return ObjectexitCommon.class;
     }
-
+    /*
     public Class getResourceClass() {
         return this.getClass();
     }
@@ -73,6 +71,8 @@ public class ObjectExitResource extends ResourceBase {
     protected ObjectexitCommonList search(MultivaluedMap<String,String> queryParams,String keywords) {
          return (ObjectexitCommonList) super.search(queryParams, keywords);
     }
+    */
+   
 
     
 }