From: Aron Roberts Date: Fri, 25 May 2012 22:19:28 +0000 (-0700) Subject: CSPACE-5012: More trivial comment cleanup. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=ee1424f6ce60f8563e42580a5359c55e8299168d;p=tmp%2Fjakarta-migration.git CSPACE-5012: More trivial comment cleanup. --- diff --git a/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java b/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java index 1e40209b4..566f0e0d5 100644 --- a/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java +++ b/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java @@ -178,7 +178,7 @@ public class TemplateExpander { // FIXME: This is a quick hack; a stub / mock of a registry of // authority document types and their associated parent authority // service names. This MUST be replaced by a more general mechanism - // in v2.5. That registry + // in v2.5. // // Per Patrick, this registry needs to be available system-wide, not // just here in the Imports service; extend to all relevant record types; @@ -209,8 +209,8 @@ public class TemplateExpander { return authoritySvcName; } - // FIXME: These URI construction methods are also intended to be made - // generally available and associated to individual services, via the + // FIXME: The following URI construction methods are also intended to be + // made generally available and associated to individual services, via the // registry mechanism described above. - ADR, 2012-05-24 private static String getUri(String serviceName, String docID) { return "/" + serviceName