mirror of https://github.com/apache/activemq.git
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 {
|
||||
// Get a connection and insert the message into the DB.
|
||||
TransactionContext c = getTransactionContext();
|
||||
try {
|
||||
long seq = getAdapter().doGetLastMessageStoreSequenceId(c);
|
||||
|
|
Loading…
Reference in New Issue