DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource.

Original pull request: #236.
This commit is contained in:
Johnny Lim
2017-08-02 20:44:30 +09:00
committed by Oliver Gierke
parent 2cfd6b8966
commit fb19d84c75

View File

@@ -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;