mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
test custom resolving strategy
This commit is contained in:
parent
bcbb0de09c
commit
4d4aa5ea60
8 changed files with 41 additions and 7 deletions
|
|
@ -181,6 +181,9 @@ public class ConfigurationLoader {
|
|||
* @return this
|
||||
*/
|
||||
public ConfigurationLoader setResolvingMode(final ResolvingMode mode) {
|
||||
if (this.resolvingConfigurationStrategy != null) {
|
||||
log.warn("Ignoring resolving mode configuration since a custom strategy is already defined");
|
||||
}
|
||||
this.resolvingMode = mode;
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue