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:
Hiram R. Chirino 2009-03-16 17:21:45 +00:00
parent 95ff01053a
commit b41e1a7579
1 changed files with 1 additions and 1 deletions

View File

@ -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>();