svn commit: r901490 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
Author: sebb
Date: Thu Jan 21 01:32:17 2010
New Revision: 901490

URL: http://svn.apache.org/viewvc?rev=901490&view=rev
Log:
Use interface

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java?rev=901490&r1=901489&r2=901490&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java Thu Jan 21 01:32:17 2010
@@ -18,7 +18,7 @@
 
 package org.apache.jmeter.visualizers;
 
-import java.util.HashMap;
+import java.util.Map;
 
 import org.apache.jmeter.samplers.SampleResult;
 import org.apache.jorphan.math.StatCalculatorLong;
@@ -259,7 +259,7 @@
         return maxThroughput;
     }
 
-    public HashMap<Number, Number[]> getDistribution() {
+    public Map<Number, Number[]> getDistribution() {
         return calculator.getDistribution();
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.