[java-idp-integration-tests] 04/07: Typo and Javadoc

Tom Zeller tzeller at dragonacea.biz
Fri Mar 23 19:36:28 EDT 2018


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=d34c24708a0e1d25888d1e842718da4f6febd5d5

commit d34c24708a0e1d25888d1e842718da4f6febd5d5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Mar 23 18:28:49 2018 -0500

    Typo and Javadoc
---
 src/test/java/net/shibboleth/idp/test/TomcatServerProcess.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/test/TomcatServerProcess.java b/src/test/java/net/shibboleth/idp/test/TomcatServerProcess.java
index 075ae6e..ac797f0 100644
--- a/src/test/java/net/shibboleth/idp/test/TomcatServerProcess.java
+++ b/src/test/java/net/shibboleth/idp/test/TomcatServerProcess.java
@@ -39,7 +39,7 @@ public class TomcatServerProcess extends AbstractServerProcess {
     /** Class logger. */
     @Nonnull private final Logger log = LoggerFactory.getLogger(TomcatServerProcess.class);
 
-    /** Port to use to shutdown Tomcat. */
+    /** Port to use to shutdown Tomcat. Defaults to 8005. */
     @Nonnull private int shutdownPort = 8005;
 
     /** {@inheritDoc} */
@@ -127,7 +127,7 @@ public class TomcatServerProcess extends AbstractServerProcess {
         Constraint.isNotNull(hostname, "Hostname cannot be null");
         Constraint.isNotNull(password, "Password cannot be null");
 
-        log.debug("Attemting to shutdown Tomcat at '{}:{}'", hostname, port);
+        log.debug("Attempting to shutdown Tomcat at '{}:{}'", hostname, port);
 
         final TelnetClient telnet = new TelnetClient();
         try {

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


More information about the commits mailing list