sebb        2004/01/28 10:29:51

  Modified:    src/core/org/apache/jmeter/gui/util JDateField.java
  Log:
  Needs to be public, otherwise test is not created
  
  Revision  Changes    Path
  1.7       +4 -4      
jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JDateField.java
  
  Index: JDateField.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JDateField.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JDateField.java   28 Jan 2004 18:07:54 -0000      1.6
  +++ JDateField.java   28 Jan 2004 18:29:51 -0000      1.7
  @@ -131,7 +131,7 @@
       }
   
       // Dummy constructor to allo JUnit tests to work
  -    JDateField()
  +    public JDateField()
       {
        this(new Date());
       }
  
  
  

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

Reply via email to