DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource.
Original pull request: #236.
This commit is contained in:
committed by
Oliver Gierke
parent
2cfd6b8966
commit
fb19d84c75
@@ -69,7 +69,6 @@ public class XmlRepositoryConfigurationSource extends RepositoryConfigurationSou
|
||||
super(environment, ConfigurationUtils.getRequiredClassLoader(context.getReaderContext()), context.getRegistry());
|
||||
|
||||
Assert.notNull(element, "Element must not be null!");
|
||||
Assert.notNull(context, "Context must not be null!");
|
||||
|
||||
this.element = element;
|
||||
this.context = context;
|
||||
|
||||
Reference in New Issue
Block a user