Skip to content

Commit

Permalink
replace UniqueEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bao committed Jul 1, 2024
1 parent d85e234 commit 15d97cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/ie3/datamodel/io/sink/SqlSink.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public <C extends Entity> void persist(C entity, DbGridMetadata identifier)
* @param identifier identifier of the grid
* @throws SQLException
*/
public <C extends InputEntity> void persistIgnoreNested(C entity, DbGridMetadata identifier)
public <C extends Entity> void persistIgnoreNested(C entity, DbGridMetadata identifier)
throws SQLException {
insert(entity, identifier);
}
Expand Down

0 comments on commit 15d97cc

Please sign in to comment.