[java-opensaml] 01/02: Typos
Tom Zeller
tzeller at dragonacea.biz
Thu May 31 16:55:23 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=a10b275c4d71506b54ca3126f53209cd9678e072
commit a10b275c4d71506b54ca3126f53209cd9678e072
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 31 15:20:02 2018 -0500
Typos
---
.../src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java b/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
index 45be989..27eace4 100644
--- a/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
+++ b/opensaml-core/src/main/java/org/opensaml/core/xml/config/XMLConfigurator.java
@@ -78,7 +78,7 @@ public class XMLConfigurator {
/** Pool of parsers used to read and validate configurations. */
private BasicParserPool parserPool;
- /** Schema used to validate configruation files. */
+ /** Schema used to validate configuration files. */
private Schema configurationSchema;
/** The provider registry instance to use. */
@@ -170,7 +170,7 @@ public class XMLConfigurator {
/**
* Loads the configuration document.
*
- * @param configuration the configurationd document
+ * @param configuration the configuration document
* @throws XMLConfigurationException thrown if the configuration file(s) cannot be read or invalid
*/
public void load(@Nonnull final Document configuration) throws XMLConfigurationException {
@@ -251,7 +251,7 @@ public class XMLConfigurator {
getRegistry().registerObjectProvider(objectProviderName, builder, marshaller, unmarshaller);
- log.debug("{} intialized and configuration cached", objectProviderName);
+ log.debug("{} initialized and configuration cached", objectProviderName);
} catch (final XMLConfigurationException e) {
log.error("Error initializing object provier {}", objectProvider, e);
// clean up any parts of the object provider that might have been registered before the failure
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list