mirror of https://github.com/apache/openjpa.git
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:
parent
69b83ac3ff
commit
eb2b5e6551
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue