HHH-7479 formatting

This commit is contained in:
brmeyer 2012-10-24 00:27:37 -04:00
parent 1172fd94dc
commit b115f56f57
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public class HSQLDialect extends Dialect {
return " for update";
}
else {
return "";
return "";
}
}