[#5936] Ignore strategy/name when strategy/matchers is present, in code generator
This commit is contained in:
parent
c97ca087df
commit
612a5827fc
@ -275,6 +275,7 @@ public class GenerationTool {
|
||||
if (g.getStrategy().getName() != null) {
|
||||
log.warn("WARNING: Matchers take precedence over custom strategy. Strategy ignored: " +
|
||||
g.getStrategy().getName());
|
||||
g.getStrategy().setName(null);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user