Skip to content

Commit f72bcc0

Browse files
committed
Remove unused getter
1 parent dc6b9f6 commit f72bcc0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

table/src/main/java/tech/ydb/table/description/TableOptionDescription.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ public static class Builder {
7575
private List<ReplicationPolicyDescription> replicationPolicyPresets;
7676
private List<CachingPolicyDescription> cachingPolicyPresets;
7777

78-
public List<TableProfileDescription> getTableProfileDescriptions() {
79-
return tableProfileDescriptions;
80-
}
81-
8278
public void setTableProfileDescriptions(List<TableProfileDescription> tableProfileDescriptions) {
8379
this.tableProfileDescriptions = tableProfileDescriptions;
8480
}

0 commit comments

Comments
 (0)