]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6168: Added missing comment in ServiceMain.initialize().
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 19 Mar 2014 19:40:39 +0000 (12:40 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 19 Mar 2014 19:40:39 +0000 (12:40 -0700)
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java

index ffe58159dd46084269c78c5f6c4fa1c741be0f86..314a7e6d98649b8c6a7025db53595cd3c8c83c90 100644 (file)
@@ -160,7 +160,8 @@ public class ServiceMain {
        // Set our AuthN's datasource to for the cspaceDataSource\r
        AuthN.setDataSource(JDBCTools.getDataSource(JDBCTools.CSPACE_DATASOURCE_NAME));\r
        \r
-       // Please document this step\r
+       // In each tenant, set properties that don't already have values\r
+       // to their default values.\r
         propagateConfiguredProperties();\r
         \r
         // Create or update Nuxeo's per-repository configuration files.\r