mirror of
https://github.com/apache/activemq.git
synced 2025-02-08 19:15:20 +00:00
remove misleading comment
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1044348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b5d60f9d1
commit
afa3f24107
@ -224,7 +224,6 @@ public class JDBCPersistenceAdapter extends DataSourceSupport implements Persist
|
|||||||
}
|
}
|
||||||
|
|
||||||
public long getLastMessageBrokerSequenceId() throws IOException {
|
public long getLastMessageBrokerSequenceId() throws IOException {
|
||||||
// Get a connection and insert the message into the DB.
|
|
||||||
TransactionContext c = getTransactionContext();
|
TransactionContext c = getTransactionContext();
|
||||||
try {
|
try {
|
||||||
long seq = getAdapter().doGetLastMessageStoreSequenceId(c);
|
long seq = getAdapter().doGetLastMessageStoreSequenceId(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user