Author: markt
Date: Thu Nov 29 09:46:49 2018
New Revision: 1847704
URL: http://svn.apache.org/viewvc?rev=1847704&view=rev
Log:
Fix issues reported by CI
Modified:
tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java
Modified:
tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java?rev=1847704&r1=1847703&r2=1847704&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java Thu
Nov 29 09:46:49 2018
@@ -128,7 +128,6 @@ public class HeartbeatListener implement
/**
* Set the list of Proxies that send is requests, when not empty it toogles
* the multi to off. A SetHandler heartbeat must be existing in httpd.conf.
- *
*
* @param proxyList the list of proxy, format "address:port,address:port".
*/
@@ -140,15 +139,17 @@ public class HeartbeatListener implement
protected String proxyURL = "/HeartbeatListener";
/**
- * @return the URL specified in <Location/> for the SetHandler heartbeat.
+ * @return the URL specified in <Location/> for the SetHandler
heartbeat.
*/
public String getProxyURL() { return proxyURL; }
/**
* Set the URL of receiver in httpd. That is the location used in
- * <Location "/HeartbeatListener">
+ * <pre>
+ * <Location "/HeartbeatListener">
* SetHandler heartbeat
- * </Location>
+ * </Location>
+ * </pre>
* All proxies MUST use the same location.
*
* @param proxyURL a String with the URL starting with /
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]