SQLServer2005Dialect: Added @Override to the supportsVariableLimit method

This commit is contained in:
Yoryos Valotasios 2010-11-15 00:33:09 +02:00 committed by Strong Liu
parent 22a07d209d
commit 77ad1cf106
1 changed files with 1 additions and 0 deletions

View File

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