Commit a4b4a73e575bbc231d9b53958c479d41b650e3c6

Authored by Suraputt Suntimitr
1 parent 064d2ecd

first commit

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
AF-Demo/src/af/state/StateWaitA.java
@@ -36,6 +36,7 @@ public class StateWaitA implements IAFState { @@ -36,6 +36,7 @@ public class StateWaitA implements IAFState {
36 eqxRaw.setCtype(EQXMsg.TEXTPLAIN); 36 eqxRaw.setCtype(EQXMsg.TEXTPLAIN);
37 this.eqxRawDataList.add(this.ec02Builder.getHTTPResponse(eqxRaw)); 37 this.eqxRawDataList.add(this.ec02Builder.getHTTPResponse(eqxRaw));
38 this.eqxState = AFState.IDLE; 38 this.eqxState = AFState.IDLE;
  39 +
39 } 40 }
40 else { 41 else {
41 42