updated properties

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@629405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-02-20 10:12:47 +00:00
parent 13af1e36fb
commit 4e3e8c4add
1 changed files with 6 additions and 0 deletions

View File

@ -155,4 +155,10 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
public void savePreparedState(Map<TransactionId, AMQTx> map) throws IOException {
}
public long getMaxDataFileLength() {
return 0;
}
public void setMaxDataFileLength(long maxDataFileLength) {
}
}