Fix SQL statement.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-01-05 15:35:45 +00:00
parent ab1d1afc1c
commit 71bd33d3ec
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class DefaultStatementProvider implements StatementProvider {
public String getFindAllDurableSubsStatment() {
return "SELECT SELECTOR, SUB_NAME, CLIENT_ID" +
"FROM "+getTablePrefix()+durableSubAcksTableName+
" FROM "+getTablePrefix()+durableSubAcksTableName+
" WHERE CONTAINER=?";
}