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:
Gary Tully 2010-12-10 13:24:47 +00:00
parent 5b5d60f9d1
commit afa3f24107
1 changed files with 0 additions and 1 deletions

View File

@ -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);