Searched refs:END_BENV (Results 1 – 1 of 1) sorted by relevance
50 private static final Property END_BENV = new Property("END", "BENV"); field in BmessageParser140 throw expected(END_BENV); in parse()236 if (!prop.equals(END_BENV)) { in parseEnvelope()237 throw expected(END_BENV); in parseEnvelope()