sebb        2004/03/05 17:08:22

  Modified:    src/examples/org/apache/jmeter/examples/sampler/gui
                        ExampleSamplerGui.java
  Log:
  Replaced getStaticLabel() with getLabelResource()
  
  Revision  Changes    Path
  1.2       +4 -5      
jakarta-jmeter/src/examples/org/apache/jmeter/examples/sampler/gui/ExampleSamplerGui.java
  
  Index: ExampleSamplerGui.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/examples/org/apache/jmeter/examples/sampler/gui/ExampleSamplerGui.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExampleSamplerGui.java    25 Feb 2004 23:13:44 -0000      1.1
  +++ ExampleSamplerGui.java    6 Mar 2004 01:08:22 -0000       1.2
  @@ -44,7 +44,6 @@
    * The GUI class is not invoked in non-GUI mode, so it should not
    * perform any additional setup that a test would need at run-time
    * 
  - * @author sebb AT apache DOT org
    * @version $Revision$ $Date$
    */
   public class ExampleSamplerGui extends AbstractSamplerGui
  @@ -60,9 +59,9 @@
       /* (non-Javadoc)
        * @see org.apache.jmeter.gui.JMeterGUIComponent#getStaticLabel()
        */
  -    public String getStaticLabel()
  +    public String getLabelResource()
       {
  -             return JMeterUtils.getResString("example_title");
  +             return "example_title";
       }
   
       /* (non-Javadoc)
  
  
  

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

Reply via email to