Migliorati errori letti dalle chiamate REST
This commit is contained in:
@@ -40,7 +40,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
|
||||
@Override
|
||||
public boolean isRightAdapter() {
|
||||
String model = Build.MODEL;
|
||||
List<String> compatibleModels = new ArrayList<String>();
|
||||
List<String> compatibleModels = new ArrayList<>();
|
||||
compatibleModels.add("EDA50");
|
||||
compatibleModels.add("EDA51");
|
||||
compatibleModels.add("EDA52");
|
||||
|
||||
Reference in New Issue
Block a user