forked from phoedos/pmd
Update ASTBooleanExpression.java
This commit is contained in:
@@ -10,7 +10,6 @@ public class ASTBooleanExpression extends AbstractApexNode<BooleanExpression> {
|
||||
|
||||
public ASTBooleanExpression(BooleanExpression booleanExpression) {
|
||||
super(booleanExpression);
|
||||
booleanExpression.getOp();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user