Skip to content

Commit b49b767

Browse files
schaudergregturn
authored andcommitted
DATAJDBC-181 - Polishing.
Removed superfluous @requiredargsconstructor annotations.
1 parent 18bf6ca commit b49b767

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/org/springframework/data/jdbc/core/EntityRowMapperUnitTests.java

-4
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ static class Trivial {
319319
String name;
320320
}
321321

322-
@RequiredArgsConstructor
323322
static class OneToOne {
324323

325324
@Id
@@ -328,7 +327,6 @@ static class OneToOne {
328327
Trivial child;
329328
}
330329

331-
@RequiredArgsConstructor
332330
static class OneToSet {
333331

334332
@Id
@@ -337,7 +335,6 @@ static class OneToSet {
337335
Set<Trivial> children;
338336
}
339337

340-
@RequiredArgsConstructor
341338
static class OneToMap {
342339

343340
@Id
@@ -346,7 +343,6 @@ static class OneToMap {
346343
Map<String, Trivial> children;
347344
}
348345

349-
@RequiredArgsConstructor
350346
static class OneToList {
351347

352348
@Id

0 commit comments

Comments
 (0)