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:
Hiram R. Chirino 2006-03-23 15:23:28 +00:00
parent 75bffcb008
commit 5bd451b91c
1 changed files with 0 additions and 16 deletions

View File

@ -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.
*/