]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5271: Removing unused class variable.
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 9 Jun 2012 01:04:25 +0000 (18:04 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 9 Jun 2012 01:04:25 +0000 (18:04 -0700)
services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java

index 7dab7c32a8faaf3608057b7df845208a7bb41c36..fa8b065f64adbbc3b9cf71130d5d989b17f6d3d9 100644 (file)
@@ -69,8 +69,6 @@ public abstract class ResourceBase
     public static final String LIST = "list";\r
     //FIXME retrieve client type from configuration\r
     static ClientType CLIENT_TYPE;\r
-    \r
-    Map<String,StoredValuesUriTemplate> cachedUriTemplateMap = new HashMap<String,StoredValuesUriTemplate>();\r
 \r
     /*\r
      * REM - 11/14/2011 - I discovered this static block of code and don't understand why it exists.  However, a side-effect of this static block is that ServiceMain is trying\r