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/05/12 11:02:17 UTC

svn commit: r1831462 - in /jmeter/trunk/src: jorphan/org/apache/jorphan/exec/ protocol/http/org/apache/jmeter/protocol/http/modifier/ protocol/http/org/apache/jmeter/protocol/http/util/accesslog/ protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/

Author: fschumacher
Date: Sat May 12 11:02:17 2018
New Revision: 1831462

URL: http://svn.apache.org/viewvc?rev=1831462&view=rev
Log:
javadoc: remove javadoc tags for elements, that are not public.

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/FileKey.java

Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java?rev=1831462&r1=1831461&r2=1831462&view=diff
==============================================================================
--- jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java (original)
+++ jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java Sat May 12 11:02:17 2018
@@ -404,7 +404,7 @@ public class KeyToolUtils {
     }
 
     /**
-     * @return flag whether {@link KeyToolUtils#KEYTOOL_PATH KEYTOOL_PATH} is
+     * @return flag whether KeyToolUtils#KEYTOOL_PATH is
      *         configured (is not <code>null</code>)
      */
     public static boolean haveKeytool() {

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java?rev=1831462&r1=1831461&r2=1831462&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java Sat May 12 11:02:17 2018
@@ -115,8 +115,6 @@ public class RegExUserParameters extends
      * A new instance is created for each thread group, and the
      * clone() method is then called to create copies for each thread in a
      * thread group.
-     * 
-     * @see java.lang.Object#clone()
      */
     @Override
     public Object clone() {

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.java?rev=1831462&r1=1831461&r2=1831462&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.java Sat May 12 11:02:17 2018
@@ -407,7 +407,7 @@ public class TCLogParser implements LogP
     /**
      * Tokenize the URL into two tokens. If the URL has more than one "?", the
      * parse may fail. Only the first two tokens are used. The first token is
-     * automatically parsed and set at {@link TCLogParser#URL_PATH URL_PATH}.
+     * automatically parsed and set at TCLogParser#URL_PATH.
      *
      * @param url url which should be stripped from parameters
      * @param el {@link TestElement} to parse url into

Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/FileKey.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/FileKey.java?rev=1831462&r1=1831461&r2=1831462&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/FileKey.java (original)
+++ jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/render/FileKey.java Sat May 12 11:02:17 2018
@@ -19,7 +19,7 @@ package org.apache.jmeter.protocol.jms.s
 
 import java.util.Objects;
 
-/** File specification for {@link TextMessageRenderer} **/
+/** File specification for TextMessageRenderer **/
 class FileKey {
 
     private final String filename;