Skip to content

Commit 15d97cc

Browse files
committed
replace UniqueEntity
1 parent d85e234 commit 15d97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/io/sink/SqlSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public <C extends Entity> void persist(C entity, DbGridMetadata identifier)
164164
* @param identifier identifier of the grid
165165
* @throws SQLException
166166
*/
167-
public <C extends InputEntity> void persistIgnoreNested(C entity, DbGridMetadata identifier)
167+
public <C extends Entity> void persistIgnoreNested(C entity, DbGridMetadata identifier)
168168
throws SQLException {
169169
insert(entity, identifier);
170170
}

0 commit comments

Comments
 (0)