Searched refs:END_MSG (Results 1 – 1 of 1) sorted by relevance
56 private static final Property END_MSG = new Property("END", "MSG"); field in BmessageParser327 if (prop.equals(END_MSG)) { in parseBody()338 throw expected(END_MSG); in parseBody()359 if (!prop.equals(END_MSG)) { in parseBody()360 throw expected(END_MSG); in parseBody()