Removing various deprecated pieces of code...Fixed some fault checks in AbstractIntef...
[repair.git] / Repair / RepairCompiler / MCC / IR / ExprPredicate.java
index 64d4ec5a05e3097570a0e3651983ef3472408111..7c305db39f035989ffb47f0d57121735a3fcb055 100755 (executable)
@@ -61,7 +61,7 @@ public class ExprPredicate extends Predicate {
        return expr.inverted();
     }
 
-    public boolean usesDescriptor(RelationDescriptor rd) {
+    public boolean usesDescriptor(Descriptor rd) {
        return expr.usesDescriptor(rd);
     }