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:
James Strachan 2006-01-27 10:02:05 +00:00
parent 3d18a3dc7b
commit 8fbbd24122
1 changed files with 1 additions and 2 deletions

View File

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