*** empty log message ***

This commit is contained in:
micha3lp 2006-08-12 22:31:51 +00:00
parent 592d1d6870
commit a15161fc07
5 changed files with 923 additions and 0 deletions

View file

@ -0,0 +1,12 @@
package org.thdl.tib.input ;
/**
*
*/
class DictionaryLoadState
{
public static final int UNDEFINED = 0 ;
public static final int READY = 1 ;
public static final int ERROR = -1 ;
}