DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource.
Original pull request: #236.
This commit is contained in:
committed by
Oliver Gierke
parent
e9eb672576
commit
42e3bbacc4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user