...
|
...
|
@@ -50,13 +50,8 @@ public interface Constants { |
|
|
public static final int LOWER = 1;
|
|
|
public static final int HIGHER = 2;
|
|
|
|
|
|
public static final int STATUS_BAD = 0;
|
|
|
public static final boolean STATUS_BAD2 = false;
|
|
|
public static final Byte STATUS_BAD3 = 0;
|
|
|
|
|
|
public static final int STATUS_OK = 1;
|
|
|
public static final boolean STATUS_OK2= true;
|
|
|
public static final Byte STATUS_OK3= 1;
|
|
|
public static final boolean STATUS_OK2 = true;
|
|
|
|
|
|
|
|
|
} |
...
|
...
|
|