~ubuntu-branches/ubuntu/oneiric/weka/oneiric

« back to all changes in this revision

Viewing changes to weka/gui/beans/BatchClustererEvent.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Soeren Sonnenburg, Torsten Werner
  • Date: 2008-08-10 21:27:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080810212705-tr8etpnkdx2ziktp
Tags: 3.5.8-1
[ Soeren Sonnenburg ]
* Bump Standards Version to 3.8.0.
* Remove references to non-free Java in debian/copyright.

[ Torsten Werner ]
* new upstream release
* Switch to openjdk-6.
* Move package to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * test on.
32
32
 *
33
33
 * @author <a href="mailto:mutter@cs.waikato.ac.nz">Stefan Mutter</a>
34
 
 * @version $Revision: 1.3 $
 
34
 * @version $Revision: 1.4 $
35
35
 * @since 1.0
36
36
 * @see EventObject
37
37
 */
68
68
   */
69
69
  protected int m_maxSetNumber;
70
70
  
71
 
  private static int TEST = 0;
72
 
  private static int TRAINING = 1;
 
71
  public static int TEST = 0;
 
72
  public static int TRAINING = 1;
73
73
 
74
74
  /**
75
75
   * Creates a new <code>BatchClustererEvent</code> instance.