Formatting.

This commit is contained in:
Greg Burd 2017-11-02 16:23:45 -04:00
parent 465c7d6f2a
commit ef4f9054ac

View file

@ -287,7 +287,7 @@ public final class SelectOperation<E> extends AbstractFilterStreamOperation<E, S
Where where = select.where();
boolean isFirstIndex = true;
boolean isFirstIndex = true;
for (Filter<?> filter : filters.values()) {
where.and(filter.getClause(sessionOps.getValuePreparer()));
HelenusProperty prop = filter.getNode().getProperty();