Skip to content

Commit 7db0bb9

Browse files
committed
fix: DH-22046: allow override of clearColumnLocations
1 parent c56e066 commit 7db0bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/table/src/main/java/io/deephaven/engine/table/impl/locations/impl/AbstractTableLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public final ColumnLocation getColumnLocation(@NotNull final CharSequence name)
205205
* Clear all column locations (usually because a truncated location was observed).
206206
*/
207207
@SuppressWarnings("unused")
208-
public final void clearColumnLocations() {
208+
public void clearColumnLocations() {
209209
columnLocations.clear();
210210
}
211211

0 commit comments

Comments
 (0)