Remove deprecation
This commit is contained in:
parent
c6d5beb33b
commit
e3536cfd01
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user