No effective change - format

This commit is contained in:
Robin Bygrave
2015-07-29 20:56:58 +12:00
parent 3d4bd15dac
commit 19f40cb2e5
14 changed files with 113 additions and 125 deletions
@@ -17,6 +17,7 @@ public class ExistsExpression implements SpiExpression {
private static final long serialVersionUID = 666990277309851644L;
private final boolean not;
private final SpiQuery<?> subQuery;
private transient CQuery<?> compiledSubQuery;