[java-support] branch master updated: Javadoc corrections.

Scott Cantor cantor.2 at osu.edu
Fri Mar 15 14:24:44 EDT 2019


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

scantor 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=430e93e132fc4170463d56627e158064a11110e3

The following commit(s) were added to refs/heads/master by this push:
       new  430e93e   Javadoc corrections.
430e93e is described below

commit 430e93e132fc4170463d56627e158064a11110e3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 15 14:24:41 2019 -0400

    Javadoc corrections.
---
 .../java/support/httpclient/HttpClientBuilder.java          | 13 ++++---------
 .../java/support/service/AbstractReloadableService.java     |  2 +-
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientBuilder.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientBuilder.java
index 03a55d8..3ad6284 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientBuilder.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientBuilder.java
@@ -151,23 +151,18 @@ public class HttpClientBuilder {
     /** Local IP address used when establishing connections. Default value: system default local address */
     private InetAddress socketLocalAddress;
 
-    /**
-     * Maximum period inactivity between two consecutive data packets in milliseconds. Default value: 60000 (60 seconds)
-     */
+    /** Maximum period inactivity between two consecutive data packets. Default value: (60 seconds) */
     @Nonnull private Duration socketTimeout;
 
     /** Socket buffer size in bytes. Default size is 8192 bytes. */
     private int socketBufferSize;
 
-    /**
-     * Maximum length of time in milliseconds to wait for the connection to be established. Default value: 60000 (60
-     * seconds)
-     */
+    /** Maximum length of time to wait for the connection to be established. Default value: (60 seconds) */
     @Nonnull private Duration connectionTimeout;
     
     /**
-     * Maximum length of time in milliseconds to wait for a connection to be returned from the connection
-     * manager. Default value: 60000 (60 seconds);
+     * Maximum length of time to wait for a connection to be returned from the connection manager.
+     * Default value: (60 seconds);
      */
     @Nonnull private Duration connectionRequestTimeout;
     
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 48d28fe..0961c20 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
@@ -102,7 +102,7 @@ public abstract class AbstractReloadableService<T> extends AbstractIdentifiableI
      * 
      * <p>This setting cannot be changed after the service has been initialized.</p>
      * 
-     * @param delay number of milliseconds between one reload check and another
+     * @param delay between one reload check and another
      */
     public void setReloadCheckDelay(@Nonnull final Duration delay) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);

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


More information about the commits mailing list