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 a2f8dc1676
commit a8c7de0683

View File

@@ -64,7 +64,6 @@ public class XmlRepositoryConfigurationSource extends RepositoryConfigurationSou
super(environment, context.getRegistry());
Assert.notNull(element, "Element must not be null!");
Assert.notNull(context, "Context must not be null!");
this.element = element;
this.context = context;