refactoring (extracted method usage)
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ public class ConstraintSystemImpl implements ConstraintSystem {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSuccessful() {
|
public boolean isSuccessful() {
|
||||||
return !hasTypeConstructorMismatch() && !hasUnknownParameters() && !hasConflictingConstraints();
|
return !hasContradiction() && !hasUnknownParameters();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user