]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA - Added comment for ease of debugging AuthZ code.
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 17 Sep 2010 20:45:23 +0000 (20:45 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 17 Sep 2010 20:45:23 +0000 (20:45 +0000)
services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/driver/AuthorizationSeedDriver.java

index bf84ab4867095b89dfe0c9098fc51390fc8c107c..87369550cf03c4e5deb3197de03c0ad3653514dc 100644 (file)
@@ -124,6 +124,7 @@ public class AuthorizationSeedDriver {
     public void seed() {
         TransactionStatus status = null;
         try {
+               // Push all the authz info into the cspace DB tables.
             store();
 
             setupSpring();