Skip to content

Commit c25d988

Browse files
committed
Update EclipseStoreRepositoryFactoryBean.java
1 parent d1d5a07 commit c25d988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-eclipse-store/src/main/java/software/xdev/spring/data/eclipse/store/repository/support/EclipseStoreRepositoryFactoryBean.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected RepositoryFactorySupport createRepositoryFactory()
8686
* should be injected into the {@link #configurations} and get returned.
8787
* </p>
8888
*/
89+
@SuppressWarnings("java:S1872")
8990
private EclipseStoreClientConfiguration getSuitableConfiguration()
9091
{
9192
if(this.configurationClass == null && this.configurations.size() == 1)

0 commit comments

Comments
 (0)