mirror of https://github.com/apache/activemq.git
removed unused property.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75bffcb008
commit
5bd451b91c
|
@ -30,7 +30,6 @@ public class Statements {
|
|||
|
||||
protected String binaryDataType = "BLOB";
|
||||
protected String containerNameDataType = "VARCHAR(250)";
|
||||
protected String xidDataType = "VARCHAR(250)";
|
||||
protected String msgIdDataType = "VARCHAR(250)";
|
||||
protected String sequenceDataType = "INTEGER";
|
||||
protected String longDataType = "BIGINT";
|
||||
|
@ -326,21 +325,6 @@ public class Statements {
|
|||
this.tablePrefix = tablePrefix;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Returns the xidDataType.
|
||||
*/
|
||||
public String getXidDataType() {
|
||||
return xidDataType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param xidDataType
|
||||
* The xidDataType to set.
|
||||
*/
|
||||
public void setXidDataType(String xidDataType) {
|
||||
this.xidDataType = xidDataType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Returns the durableSubAcksTableName.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue