[java-identity-provider COMMIT] in /trunk: idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult....

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 26 12:15:50 EDT 2015


Author: tzeller
Date: Mon Oct 26 12:15:49 2015
New Revision: 7878

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7878&view=rev
Log:
Javadoc "the the" typos.

Modified:
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult.java
    trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/navigate/SelfEncryptionConfigurationLookupFunction.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/AbstractDynamicHTTPMetadataProviderParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/HTTPMetadataProviderParser.java
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/impl/BaseSAMLProfileConfigurationParser.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/AbstractSAMLProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/AbstractSAML2ProfileConfiguration.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/SAML2NameIDAttributeDefinition.java
    trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd

Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult.java?rev=7878&r1=7877&r2=7878&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult.java	(original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthenticationResult.java	Mon Oct 26 12:15:49 2015
@@ -127,7 +127,7 @@
     }
 
     /**
-     * Set the the time, in milliseconds since the epoch, that the authentication completed.
+     * Set the time, in milliseconds since the epoch, that the authentication completed.
      * 
      * @param instant time, in milliseconds since the epoch, that the authentication completed, never non-positive
      */

Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java?rev=7878&r1=7877&r2=7878&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java	(original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java	Mon Oct 26 12:15:49 2015
@@ -53,7 +53,7 @@
      * 
      * @param id ID of the item, may be null or empty
      * 
-     * @return the item associated with the ID or null if the the given ID was null or empty or no item is associated
+     * @return the item associated with the ID or null if the given ID was null or empty or no item is associated
      *         with that id
      */
     public ItemType get(String id);

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java?rev=7878&r1=7877&r2=7878&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java	(original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java	Mon Oct 26 12:15:49 2015
@@ -51,7 +51,7 @@
     /**
      * Constructor.
      * 
-     * @param id ID of the the communication profile, never null or empty
+     * @param id ID of the communication profile, never null or empty
      */
     public AbstractProfileConfiguration(@Nonnull @NotEmpty final String id) {
         profileId = Constraint.isNotNull(StringSupport.trimOrNull(id), "Profile identifier cannot be null or empty");

Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/navigate/SelfEncryptionConfigurationLookupFunction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/navigate/SelfEncryptionConfigurationLookupFunction.java?rev=7878&r1=7877&r2=7878&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/navigate/SelfEncryptionConfigurationLookupFunction.java	(original)

[... 623 lines stripped ...]


More information about the commits mailing list