You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/01/27 09:43:54 UTC

svn commit: r1822378 - /jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java

Author: fschumacher
Date: Sat Jan 27 09:43:53 2018
New Revision: 1822378

URL: http://svn.apache.org/viewvc?rev=1822378&view=rev
Log:
javadoc: fill in return and throws tags

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java?rev=1822378&r1=1822377&r2=1822378&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java Sat Jan 27 09:43:53 2018
@@ -110,8 +110,8 @@ public final class RmiUtils {
     }
 
     /**
-     * @return
-     * @throws RemoteException
+     * @return the configure address for usage by RMI
+     * @throws RemoteException when no valid address can be found
      */
     public static InetAddress getRmiHost() throws RemoteException {
         InetAddress localHost=null;