]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Changed to extend from abstract base class CollectionSpaceResource
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 10 Apr 2009 22:08:02 +0000 (22:08 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 10 Apr 2009 22:08:02 +0000 (22:08 +0000)
HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/DomainIdentifierResource.java

index 16a465c11678bfb4e7f2405c4944f36353f22256..9ddf5965aaa78e0af4b115aa1534af8d333d6aed 100644 (file)
@@ -23,9 +23,9 @@ import org.slf4j.LoggerFactory;
 @Path("/domainidentifiers")
 @Consumes("application/xml")
 @Produces("application/xml")
-public class DomainIdentifierResource implements CollectionSpaceResource {
+public class DomainIdentifierResource extends CollectionSpaceResource {
 
-    final Logger logger = LoggerFactory.getLogger(IdentifierResource.class);
+    final Logger logger = LoggerFactory.getLogger(DomainIdentifierResource.class);
     private Map<String, DomainIdentifier> idDB = new ConcurrentHashMap<String, DomainIdentifier>();
 
     public DomainIdentifierResource() {