neth        01/09/13 07:43:02

  Modified:    src/org/apache/jmeter/reporters ResultCollectorFull.java
  Log:
  Minor changes to IndGraphTreeVisualizer.java
  
  Revision  Changes    Path
  1.4       +9 -9      
jakarta-jmeter/src/org/apache/jmeter/reporters/ResultCollectorFull.java
  
  Index: ResultCollectorFull.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/org/apache/jmeter/reporters/ResultCollectorFull.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResultCollectorFull.java  2001/08/28 21:28:33     1.3
  +++ ResultCollectorFull.java  2001/09/13 14:43:02     1.4
  @@ -84,10 +84,10 @@
     }
   
     /**
  -     * Returns the gui class which will display the results of this reporter
  -     *
  -     * @return       the class which displays the results
  -     */
  +   * Returns the gui class which will display the results of this reporter
  +   *
  +   * @return the class which displays the results
  +   */
     public Class getGuiClass()
     {
         Class guiClass = 
org.apache.jmeter.visualizers.ViewResultsFullVisualizer.class;
  @@ -99,11 +99,11 @@
     }
   
     /**
  -     * Returns the string which will be used to represent this class to the
  -     * user
  -     *
  -     * @return       the label for this class
  -     */
  +   * Returns the string which will be used to represent this class to the
  +   * user
  +   *
  +   * @return the label for this class
  +   */
     public String getClassLabel()
     {
         String classLabel = "View Result Tree";
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to