[java-support] branch master updated: Javadoc typo
Tom Zeller
tzeller at dragonacea.biz
Thu May 25 18:40:53 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=1ccd6d999b41e13446ea91b3bed662b90dc974f7
The following commit(s) were added to refs/heads/master by this push:
new 1ccd6d9 Javadoc typo
1ccd6d9 is described below
commit 1ccd6d999b41e13446ea91b3bed662b90dc974f7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 25 17:40:52 2017 -0500
Javadoc typo
---
.../utilities/java/support/service/ServiceableComponent.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/service/ServiceableComponent.java b/src/main/java/net/shibboleth/utilities/java/support/service/ServiceableComponent.java
index cde95c5..7f00b58 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/service/ServiceableComponent.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/service/ServiceableComponent.java
@@ -37,13 +37,13 @@ public interface ServiceableComponent<T> {
* Extract the component that does the actual work. Callers <em>MUST</em> have the ServiceableComponent
* pinned at this stage.
*
- * @return the component.
+ * @return the component.
*/
@Nonnull T getComponent();
/**
* This function takes a lock on the component which guarantees that it will not be disposed until the unpin call
- * is made.<br/> This method is typically <em>only</em> used during intialization of the component.<br/>
+ * is made.<br/> This method is typically <em>only</em> used during initialization of the component.<br/>
* <em>Every call to {@link #pinComponent()} must be matched by a call to {@link #unpinComponent()}</em>.
*/
void pinComponent();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list