mirror of https://github.com/apache/openjpa.git
oops, fixed bum compilation failure.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@448430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4efc384cbd
commit
d85ea93d3a
|
@ -1470,7 +1470,7 @@ public class SelectImpl
|
|||
Select[] clones = null;
|
||||
SelectImpl sel;
|
||||
for (int i = 0; i < sels; i++) {
|
||||
sel = (SelectImpl) conf.getSQLFactoryInstance().newSelect();
|
||||
sel = (SelectImpl) _conf.getSQLFactoryInstance().newSelect();
|
||||
sel._flags = _flags;
|
||||
sel._flags &= ~AGGREGATE;
|
||||
sel._flags &= ~OUTER;
|
||||
|
|
Loading…
Reference in New Issue