Skip to content

Commit ab33850

Browse files
committed
Suppress warning
1 parent 600d953 commit ab33850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doma-core/src/main/java/org/seasar/doma/jdbc/id/IdGenerationConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public IdGenerationConfig(Config config, EntityType<?> entityType) {
2424
this(config, entityType, new UnavailableIdProvider());
2525
}
2626

27+
@Deprecated
2728
public IdGenerationConfig(Config config, EntityType<?> entityType, IdProvider idProvider) {
2829
assertNotNull(config, entityType, idProvider);
2930
this.config = config;

0 commit comments

Comments
 (0)