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 2017/02/20 21:15:22 UTC

svn commit: r1783799 - /jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java

Author: fschumacher
Date: Mon Feb 20 21:15:22 2017
New Revision: 1783799

URL: http://svn.apache.org/viewvc?rev=1783799&view=rev
Log:
Don't use RAW_DATA as a @value, as it resembles a HTML tag and javadoc
doesn't escape it correctly, but complains about errors in the javadoc.

Modified:
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java

Modified: jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java?rev=1783799&r1=1783798&r2=1783799&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java (original)
+++ jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java Mon Feb 20 21:15:22 2017
@@ -530,7 +530,7 @@ public class PublisherSampler extends Ba
     }
 
     /**
-     * Gets file encoding to use. If {@value #RAW_DATA}, content isn't parsed.
+     * Gets file encoding to use. If {@link #RAW_DATA}, content isn't parsed.
      * 
      * @return File encoding.
      * @see #RAW_DATA
@@ -542,7 +542,7 @@ public class PublisherSampler extends Ba
     }
 
     /**
-     * Sets file encoding to use. If {@value #RAW_DATA}, content isn't parsed.
+     * Sets file encoding to use. If {@link #RAW_DATA}, content isn't parsed.
      * 
      * @param fileEncoding
      *            File encoding.