no effective change - format only

This commit is contained in:
Rob Bygrave
2016-11-17 19:17:34 +13:00
parent 63b08af3d2
commit bdd4370fe3
39 changed files with 4865 additions and 4120 deletions
@@ -64,8 +64,8 @@ public class ArrayContainsExpression extends AbstractExpression {
}
ArrayContainsExpression that = (ArrayContainsExpression) other;
return this.propName.equals(that.propName)
&& this.contains == that.contains
&& this.values.length == that.values.length;
&& this.contains == that.contains
&& this.values.length == that.values.length;
}
@Override