Original pull request: #236.
@ -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;