Skip to content

Commit e79f192

Browse files
committed
Remove todo.
1 parent 1bb4fe5 commit e79f192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-data-relational/src/test/java/org/springframework/data/relational/core/conversion/DbActionTestSupport.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ static Class<?> actualEntityType(DbAction a) {
4848

4949
@Nullable
5050
static Boolean insertIncludeId(DbAction<?> action) {
51-
// TODO: This makes me wonder if there should be an interface for includeId
5251
if (action instanceof DbAction.InsertRoot) {
5352
return ((DbAction.InsertRoot<?>) action).isIncludeId();
5453
} else if (action instanceof DbAction.Insert) {

0 commit comments

Comments
 (0)