[java-opensaml COMMIT] /trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Aug 7 12:46:07 EDT 2014


Author: rdw
Date: Thu Aug  7 12:46:07 2014
New Revision: 3991

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3991&view=rev
Log:
IDP-463 Warn where there is an implicit setId.  Name Beans, not the components.

Modified:
    trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java

Modified: trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java?rev=3991&r1=3990&r2=3991&view=diff
==============================================================================
--- trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java (original)
+++ trunk/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractStorageService.java Thu Aug  7 12:46:07 2014
@@ -73,6 +73,7 @@
      * 
      */
     public AbstractStorageService() {
+        // TODO(RDW) Implict setID.
         setId(getClass().getName());
     }
 



More information about the commits mailing list