[java-opensaml COMMIT] in /trunk: opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java opens...

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


Author: tzeller
Date: Mon Oct 26 12:15:55 2015
New Revision: 4359

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

Modified:
    trunk/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/MetadataQueryProtocolRequestURLBuilder.java
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/RegexRequestURLBuilder.java
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java
    trunk/opensaml-security-api/src/main/java/org/opensaml/security/x509/tls/CertificateNameOptions.java
    trunk/opensaml-xacml-api/src/main/java/org/opensaml/xacml/policy/CombinerParameterType.java
    trunk/opensaml-xacml-api/src/main/java/org/opensaml/xacml/policy/RuleType.java
    trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/CipherData.java

Modified: trunk/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java?rev=4359&r1=4358&r2=4359&view=diff
==============================================================================
--- trunk/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java	(original)
+++ trunk/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java	Mon Oct 26 12:15:55 2015
@@ -264,7 +264,7 @@
      * 
      * @param idAttributesElement the IDAttributes element from the configuration file
      * 
-     * @throws XMLConfigurationException thrown if there is a problem with a parsing or registering the the ID attribute
+     * @throws XMLConfigurationException thrown if there is a problem with a parsing or registering the ID attribute
      */
     protected void initializeIDAttributes(Element idAttributesElement) throws XMLConfigurationException {
         Element idAttributeElement;
@@ -292,7 +292,7 @@
      * 
      * @return an instance of the given class
      * 
-     * @throws XMLConfigurationException thrown if the class can not be instaniated
+     * @throws XMLConfigurationException thrown if the class can not be instantiated
      */
     protected Object createClassInstance(Element configuration) throws XMLConfigurationException {
         final String className = StringSupport.trimOrNull(configuration.getAttributeNS(null, "className"));

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/MetadataQueryProtocolRequestURLBuilder.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/MetadataQueryProtocolRequestURLBuilder.java?rev=4359&r1=4358&r2=4359&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/MetadataQueryProtocolRequestURLBuilder.java	(original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/MetadataQueryProtocolRequestURLBuilder.java	Mon Oct 26 12:15:55 2015
@@ -33,7 +33,7 @@
 //TODO reference to protocol spec pending in Javadoc.
 
 /**
- * Function which produces a URL according the the Metadata Query Protocol specification.
+ * Function which produces a URL according to the Metadata Query Protocol specification.
  */
 public class MetadataQueryProtocolRequestURLBuilder implements Function<String, String> {
     

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/RegexRequestURLBuilder.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/RegexRequestURLBuilder.java?rev=4359&r1=4358&r2=4359&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/RegexRequestURLBuilder.java	(original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/RegexRequestURLBuilder.java	Mon Oct 26 12:15:55 2015
@@ -85,7 +85,7 @@
      * Constructor.
      *
      * @param regex the regular expression against which to evaluate the entity ID
-     * @param replacement the the replacement template string.
+     * @param replacement the replacement template string.
      */
     public RegexRequestURLBuilder(@Nonnull @NotEmpty final String regex, @Nonnull @NotEmpty final String replacement) {
         String regexTemp = Constraint.isNotNull(StringSupport.trimOrNull(regex), "Regex was null or empty");

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidator.java?rev=4359&r1=4358&r2=4359&view=diff

[... 90 lines stripped ...]


More information about the commits mailing list