Skip to content

Commit 80cea59

Browse files
fix kotlin duplicate class name issue
1 parent d09f7d8 commit 80cea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/repository/query/ParameterUnitTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @author Jens Schauder
3333
*/
34-
class ParameterUnitTests {
34+
class KParameterUnitTests {
3535

3636
@Test // DATAJPA-1185
3737
void classParameterWithSameTypeParameterAsReturnedListIsDynamicProjectionParameter() throws Exception {

0 commit comments

Comments
 (0)