SQLServer2005Dialect: Added @Override to the supportsVariableLimit method

This commit is contained in:
Yoryos Valotasios 2010-11-15 00:33:09 +02:00
parent 571318e6e4
commit 71cef3831d
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ public class SQLServer2005Dialect extends SQLServerDialect {
return false;
}
@Override
public boolean supportsVariableLimit() {
return false;
}