Explorar el Código

业务流程

master
pry hace 1 año
padre
commit
543cb88ac2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/src/main/java/com/example/bpa/app/DeviceData.java

+ 2
- 2
app/src/main/java/com/example/bpa/app/DeviceData.java Ver fichero

@@ -25,7 +25,7 @@ public class DeviceData {
}


//----------------------------------------------------------------Start 测试 ----------------------------------------------------------------
//----------------------------------------------------------------Start 模拟测试 ----------------------------------------------------------------
ConcurrentLinkedQueue<Integer> testComms = new ConcurrentLinkedQueue<>();

public void testAddComm(int value) {
@@ -52,7 +52,7 @@ public class DeviceData {
});
;
}
//----------------------------------------------------------------End 测试 ----------------------------------------------------------------
//----------------------------------------------------------------End 模拟测试 ----------------------------------------------------------------

//region 初始化
public void Init() {


Cargando…
Cancelar
Guardar