mirror of https://github.com/apache/activemq.git
added recoverState() stub
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@549809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7993aae794
commit
b38ec0ad03
|
@ -137,11 +137,15 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* @see org.apache.activemq.store.ReferenceStoreAdapter#clearMessages()
|
* @see org.apache.activemq.store.ReferenceStoreAdapter#clearMessages()
|
||||||
*/
|
*/
|
||||||
public void clearMessages(){
|
public void clearMessages(){
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.apache.activemq.store.ReferenceStoreAdapter#recoverState()
|
||||||
|
*/
|
||||||
|
public void recoverState(){
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue