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:
Patrick Linskey 2006-09-21 02:06:05 +00:00
parent 4efc384cbd
commit d85ea93d3a
1 changed files with 1 additions and 1 deletions

View File

@ -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;