]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5012: More trivial comment cleanup.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 25 May 2012 22:19:28 +0000 (15:19 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 25 May 2012 22:19:28 +0000 (15:19 -0700)
services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java

index 1e40209b4be0ccaf06338f386302ada300e84f7e..566f0e0d5e9023d722eacfc20e9aea92438a74db 100644 (file)
@@ -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