mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +01:00
fix 2 typos
This commit is contained in:
parent
2f74bdbce2
commit
09d73ba381
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +11,8 @@ import java.io.OutputStream;
|
|||
import java.util.Random;
|
||||
|
||||
public class Utils {
|
||||
private static final String TAG = UtilDate.class.getName();
|
||||
private static final String TAG = Utils.class.getName();
|
||||
|
||||
public static final int MAIN_REQUEST = 1;
|
||||
public static final int SELECT_BARCODE_REQUEST = 2;
|
||||
public static final int BARCODE_SCAN = 3;
|
||||
|
||||
|
|
Loading…
Reference in a new issue