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 2003/12/12 13:24:10 UTC

cvs commit: jakarta-jmeter/src/jorphan/org/apache/jorphan/gui JLabeledChoice.java

sebb        2003/12/12 04:24:10

  Modified:    src/jorphan/org/apache/jorphan/gui JLabeledChoice.java
  Log:
  Add TODO
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-jmeter/src/jorphan/org/apache/jorphan/gui/JLabeledChoice.java
  
  Index: JLabeledChoice.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/gui/JLabeledChoice.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JLabeledChoice.java	16 Aug 2003 22:06:20 -0000	1.3
  +++ JLabeledChoice.java	12 Dec 2003 12:24:10 -0000	1.4
  @@ -110,7 +110,7 @@
   
       public void setEditable(boolean editable)
       {
  -        choiceList.setEditable(false);
  +        choiceList.setEditable(false);//TODO - is this correct?
       }
   
       public void addValue(String item)
  
  
  

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