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 2016/12/31 14:33:24 UTC

svn commit: r1776756 - /jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java

Author: pmouawad
Date: Sat Dec 31 14:33:24 2016
New Revision: 1776756

URL: http://svn.apache.org/viewvc?rev=1776756&view=rev
Log:
Revert as per Felix request

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java?rev=1776756&r1=1776755&r2=1776756&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java Sat Dec 31 14:33:24 2016
@@ -38,7 +38,7 @@ import org.apache.jorphan.logging.Loggin
 import org.apache.jorphan.util.JMeterError;
 import org.apache.log.Logger;
 
-/**
+/*
  * N.B. to add a new field, remember the following
  * - static _xyz
  * - instance xyz=_xyz
@@ -55,7 +55,9 @@ import org.apache.log.Logger;
  * - update listeners.xml to add new property, CSV and XML names etc.
  * - take screenshot sample_result_config.png
  * - update listeners.xml and component_reference.xml with new dimensions (might not change)
- *
+ */
+
+/**
  * Holds details of which sample attributes to save.
  *
  * The pop-up dialogue for this is created by the class SavePropertyDialog, which assumes: