From f4126396ccdb3781b100cdbfa5e80e7e1c6c0369 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 29 Nov 2012 15:11:51 -0800 Subject: [PATCH] CSPACE-5733: Minor cleanup of comments, annotation, etc. --- .../services/common/UriTemplateRegistry.java | 7 +++++-- .../nuxeo/ServiceGroupDocumentModelHandler.java | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistry.java b/services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistry.java index 7a80a9f2c..9d438b3c0 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistry.java +++ b/services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistry.java @@ -43,9 +43,11 @@ public class UriTemplateRegistry extends HashMap uriTemplateEntry : this.entrySet()) { sb.append("Tenant : DocType = "); sb.append(uriTemplateEntry.getKey().getTenantId()); @@ -53,7 +55,8 @@ public class UriTemplateRegistry extends HashMap