mirror of https://github.com/apache/activemq.git
Making handly CONSTANT public
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@754962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95ff01053a
commit
b41e1a7579
|
@ -34,7 +34,7 @@ import org.apache.activemq.state.CommandVisitor;
|
|||
*/
|
||||
public class StompFrame implements Command {
|
||||
|
||||
private static final byte[] NO_DATA = new byte[] {};
|
||||
public static final byte[] NO_DATA = new byte[] {};
|
||||
|
||||
private String action;
|
||||
private Map<String, String> headers = new HashMap<String, String>();
|
||||
|
|
Loading…
Reference in New Issue