Method visibility fix.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@432447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
A. Abram White 2006-08-18 00:21:04 +00:00
parent 69b83ac3ff
commit eb2b5e6551
1 changed files with 1 additions and 1 deletions

View File

@ -1397,7 +1397,7 @@ public class SelectImpl
* Whether we're in group mode, where any select is changed to a group-by
* call.
*/
boolean isGrouping() {
private boolean isGrouping() {
return (_flags & GROUPING) != 0;
}