[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 4 08:49:53 EST 2013
Author: rdw
Date: Wed Dec 4 08:49:53 2013
New Revision: 4980
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4980&view=rev
Log:
typos in javadoc
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java?rev=4980&r1=4979&r2=4980&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractReloadableService.java Wed Dec 4 08:49:53 2013
@@ -47,7 +47,7 @@
* {@link net.shibboleth.utilities.java.support.component.InitializableComponent} and
* {@link net.shibboleth.utilities.java.support.component.DestructableComponent}
*
- * This class doe <em>not</em> deal with any syncrhonization. That is left to implementing classes.
+ * This class does <em>not</em> deal with any synchronization. That is left to implementing classes.
*
*/
public abstract class AbstractReloadableService extends AbstractDestructableIdentifiableInitializableComponent
More information about the commits
mailing list