mirror of https://github.com/apache/activemq.git
fixed typeo
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d18a3dc7b
commit
8fbbd24122
|
@ -218,8 +218,7 @@ public class JDBCPersistenceAdapter implements PersistenceAdapter {
|
|||
TransactionContext c = getTransactionContext();
|
||||
try {
|
||||
|
||||
// If the adapter class is not specified.. try to detect they
|
||||
// right
|
||||
// If the adapter class is not specified.. try to detect the right
|
||||
// type by getting info from the database.
|
||||
if (adapterClass == null) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue