GP-4072: Ignore artificial blocks when mapping modules.

This commit is contained in:
Dan 2024-03-07 14:22:58 -05:00
parent 14177c5374
commit 9f5bfd4c53

View File

@ -66,7 +66,7 @@ public class DefaultModuleMapProposal
// TODO: Determine how to handle these.
return false;
}
if (block.isExternalBlock()) {
if (block.isArtificial()) {
return false;
}
return true;