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 2016/01/01 22:09:34 UTC

svn commit: r1722579 - /jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java

Author: fschumacher
Date: Fri Jan  1 21:09:34 2016
New Revision: 1722579

URL: http://svn.apache.org/viewvc?rev=1722579&view=rev
Log:
Remove code that is commented out.

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java?rev=1722579&r1=1722578&r2=1722579&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java Fri Jan  1 21:09:34 2016
@@ -370,19 +370,6 @@ public class ReportGeneratorConfiguratio
         return graphConfigurations;
     }
 
-    // /**
-    // * Gets the exporter property prefix from the specified exporter
-    // identifier.
-    // *
-    // * @param exporterId
-    // * the exporter identifier
-    // * @return the exporter property prefix
-    // */
-    // public static String getExporterPropertyPrefix(String exporterId) {
-    // return REPORT_GENERATOR_EXPORTER_KEY_PREFIX + KEY_DELIMITER
-    // + exporterId;
-    // }
-
     /**
      * Gets the sub configuration property prefix from the specified key
      * prefix and sub configuration identifier.
@@ -433,17 +420,6 @@ public class ReportGeneratorConfiguratio
                 + KEY_DELIMITER + propertyName;
     }
 
-    // /**
-    // * Gets the graph property prefix from the specified graph identifier.
-    // *
-    // * @param graphId
-    // * the graph identifier
-    // * @return the graph property prefix
-    // */
-    // public static String getGraphPropertyPrefix(String graphId) {
-    // return REPORT_GENERATOR_GRAPH_KEY_PREFIX + KEY_DELIMITER + graphId;
-    // }
-
     /**
      * Gets the graph property key from the specified identifier and property
      * name.