[java-identity-provider COMMIT] in /trunk: idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/Profi...

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 19 12:33:17 EST 2014


Author: tzeller
Date: Wed Nov 19 12:33:17 2014
New Revision: 6950

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6950&view=rev
Log:
Fix annotation and move test to correct project.

Added:
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/interceptor/
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptorTest.java
      - copied unchanged from r6873, trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptorTest.java
Modified:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptor.java
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptorTest.java

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptor.java?rev=6950&r1=6949&r2=6950&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptor.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ProfileInterceptorFlowDescriptor.java Wed Nov 19 12:33:17 2014
@@ -20,7 +20,6 @@
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 
-import net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit;
 import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
 import net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
@@ -76,7 +75,7 @@
      * 
      * @return the storage service
      */
-    @NonnullAfterInit public StorageService getStorageService() {
+    @Nullable public StorageService getStorageService() {
         return storageService;
     }
 



More information about the commits mailing list