Skip to content

Commit 379bd94

Browse files
Checkstyle fix
1 parent 074af81 commit 379bd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-eclipse-store/src/main/java/software/xdev/spring/data/eclipse/store/importer/EclipseStoreDataImporterComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public EclipseStoreDataImporterComponent(
5656
*
5757
* @return all the newly created {@link SimpleEclipseStoreRepository} for the specific entities.
5858
*/
59-
public List<SimpleEclipseStoreRepository<?,?>> importData()
59+
public List<SimpleEclipseStoreRepository<?, ?>> importData()
6060
{
6161
final Map<String, EntityManagerFactory> beansOfEms =
6262
this.applicationContext.getBeansOfType(EntityManagerFactory.class);

0 commit comments

Comments
 (0)