HHH-8159 - Apply fixups indicated by analysis tools

This commit is contained in:
Steve Ebersole 2013-05-02 10:11:59 -05:00
parent 364a47f2c7
commit 3275855c5b
1 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,6 @@ public class QueryHints {
return HINTS;
}
private QueryHints() {
protected QueryHints() {
}
}