[java-identity-provider COMMIT] /trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProf...

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 4 16:26:34 EST 2014


Author: scantor
Date: Tue Nov  4 16:26:34 2014
New Revision: 6836

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6836&view=rev
Log:
Remove redundant keywords.

Modified:
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProfileConfiguration.java

Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProfileConfiguration.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProfileConfiguration.java?rev=6836&r1=6835&r2=6836&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProfileConfiguration.java (original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/AuthenticationProfileConfiguration.java Tue Nov  4 16:26:34 2014
@@ -36,20 +36,20 @@
      * 
      * @return  default authentication methods to use
      */
-    @Nonnull @NonnullElements @NotLive @Unmodifiable public List<Principal> getDefaultAuthenticationMethods();
+    @Nonnull @NonnullElements @NotLive @Unmodifiable List<Principal> getDefaultAuthenticationMethods();
     
     /**
      * Get the allowable authentication flows for this profile.
      * 
      * @return  a set of authentication flow IDs to allow 
      */
-    @Nonnull @NonnullElements @NotLive @Unmodifiable public Set<String> getAuthenticationFlows();
+    @Nonnull @NonnullElements @NotLive @Unmodifiable Set<String> getAuthenticationFlows();
 
     /**
      * Get the name identifier formats to use with this relying party, in order of preference.
      * 
      * @return  name identifier formats to use
      */
-    @Nonnull @NonnullElements @NotLive @Unmodifiable public List<String> getNameIDFormatPrecedence();
+    @Nonnull @NonnullElements @NotLive @Unmodifiable List<String> getNameIDFormatPrecedence();
 
 }



More information about the commits mailing list