You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/03/13 16:21:16 UTC

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/assertions/gui HTMLAssertionGui.java

sebb        2005/03/13 07:21:16

  Modified:    src/components/org/apache/jmeter/assertions/gui Tag: rel-2_0
                        HTMLAssertionGui.java
  Log:
  Replace getStaticLabel() by getLabelResource()
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +4 -6      jakarta-jmeter/src/components/org/apache/jmeter/assertions/gui/HTMLAssertionGui.java
  
  Index: HTMLAssertionGui.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/assertions/gui/HTMLAssertionGui.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- HTMLAssertionGui.java	31 Mar 2004 21:36:06 -0000	1.1.2.1
  +++ HTMLAssertionGui.java	13 Mar 2005 15:21:16 -0000	1.1.2.2
  @@ -70,11 +70,9 @@
       init();
     }
   
  -  /**
  -   * Returns the label to be shown within the JTree-Component.
  -   */
  -  public String getStaticLabel() {
  -    return "HTML Assertion";
  +  public String getLabelResource()
  +  {
  +	  return "html_assertion_label"; //$NON-NLS-1$
     }
   
     /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org