Skip to content

Commit

Permalink
dmsxml: Cleaned up controller fault handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Dec 12, 2024
1 parent 56c4c90 commit affb5ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/us/mn/state/dot/tms/server/comm/dmsxml/OpBlank.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ private boolean parseResponse(Message mess, XmlElem xrr)
ex + ",id=" + id);
throw new ParsingException(ex);
}
putCtrlFaults(null);
m_dms.setMsgCurrentNotify(m_sm);
return false;
}
Expand Down
1 change: 0 additions & 1 deletion src/us/mn/state/dot/tms/server/comm/dmsxml/OpMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private boolean parseResponse(Message mess, XmlElem xrr)
"XML received:" + ex+", id=" + id);
throw new ParsingException(ex);
}
putCtrlFaults(null);
m_dms.setMsgCurrentNotify(m_sm);
return false;
}
Expand Down
1 change: 0 additions & 1 deletion src/us/mn/state/dot/tms/server/comm/dmsxml/OpQueryMsg.java
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ private boolean parseResponse(Message mess, XmlElem xrr)
throw new ParsingException(ex);
}

putCtrlFaults(null);
checkMsgOwner(owner);

// have on time? if not, create
Expand Down

0 comments on commit affb5ec

Please sign in to comment.