Skip to content

Commit 214ebb0

Browse files
committed
fix-spotlessApply
1 parent 8b3adfe commit 214ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spar-wings-spring-data-chunk/src/main/java/jp/xet/sparwings/spring/data/repository/UpdatableRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import java.io.Serializable;
1919

2020
import org.springframework.dao.DataAccessException;
21-
import org.springframework.dao.IncorrectResultSizeDataAccessException;
2221
import org.springframework.dao.DataIntegrityViolationException;
22+
import org.springframework.dao.IncorrectResultSizeDataAccessException;
2323
import org.springframework.data.repository.NoRepositoryBean;
2424

2525
/**

0 commit comments

Comments
 (0)