[java-support] branch master updated: Javadoc typo

Tom Zeller tzeller at dragonacea.biz
Mon Feb 29 12:46:50 EST 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-support.

The following commit(s) were added to refs/heads/master by this push:
       new  58a2092   Javadoc typo
58a2092 is described below

commit 58a2092c1e16a277f6633f1273df3cbc5a20bbaf
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Feb 29 11:33:31 2016 -0600

    Javadoc typo
---
 .../utilities/java/support/service/AbstractReloadableService.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
index 7c142fa..9ea5933 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/service/AbstractReloadableService.java
@@ -149,7 +149,7 @@ public abstract class AbstractReloadableService<T> extends AbstractIdentifiableI
     /**
      * Do we fail fast?
      * 
-     * @return Returns whether we fast.
+     * @return whether we fail fast.
      */
     public boolean isFailFast() {
         return failFast;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list