Remove deprecation

This commit is contained in:
Andrea Cavalli 2021-06-27 16:19:56 +02:00
parent c6d5beb33b
commit e3536cfd01
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ public record Column(String name) {
return new Column("hash_map_" + name);
}
@Deprecated
public static Column deprecatedSet(String name) {
return new Column("hash_set_" + name);
}