You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/10/26 20:41:10 UTC

svn commit: r1813459 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java

Author: pmouawad
Date: Thu Oct 26 20:41:10 2017
New Revision: 1813459

URL: http://svn.apache.org/viewvc?rev=1813459&view=rev
Log:
Fix javadoc

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java?rev=1813459&r1=1813458&r2=1813459&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Daemon.java Thu Oct 26 20:41:10 2017
@@ -33,7 +33,7 @@ import org.apache.jorphan.util.JOrphanUt
 import org.slf4j.Logger;
 
 /**
- * Web daemon thread. Creates main socket on port 8080 and listens on it
+ * Web daemon thread. Creates main socket on port configured port (8888 by default) and listens on it
  * forever. For each client request, creates a Proxy thread to handle the
  * request.
  *