Skip to content

Commit 42e3bba

Browse files
izeyeodrotbohm
authored andcommitted
DATACMNS-1153 - Removed unreachable assertion in XmlRepositoryConfigurationSource.
Original pull request: #236.
1 parent e9eb672 commit 42e3bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/springframework/data/repository/config/XmlRepositoryConfigurationSource.java

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public XmlRepositoryConfigurationSource(Element element, ParserContext context,
6464
super(environment, context.getRegistry());
6565

6666
Assert.notNull(element, "Element must not be null!");
67-
Assert.notNull(context, "Context must not be null!");
6867

6968
this.element = element;
7069
this.context = context;

0 commit comments

Comments
 (0)