Correction bug test n°31
This commit is contained in:
@@ -267,7 +267,7 @@ public class BakefileParser {
|
||||
phonyTargets.contains(resolvedTarget)
|
||||
));
|
||||
|
||||
if (firstTarget == null && !phonyTargets.contains(resolvedTarget)) {
|
||||
if (firstTarget == null) {
|
||||
firstTarget = resolvedTarget;
|
||||
}
|
||||
}
|
||||
@@ -294,7 +294,7 @@ public class BakefileParser {
|
||||
phonyTargets.contains(resolvedTarget)
|
||||
));
|
||||
|
||||
if (firstTarget == null && !phonyTargets.contains(resolvedTarget)) {
|
||||
if (firstTarget == null) {
|
||||
firstTarget = resolvedTarget;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user