Skip to content

Commit 9c4d7d0

Browse files
authored
fix: DH-22406: allow override of clearColumnLocations (#7953)
1 parent be5506c commit 9c4d7d0

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
@@ -209,7 +209,7 @@ public final ColumnLocation getColumnLocation(@NotNull final CharSequence name)
209209
* Clear all column locations (usually because a truncated location was observed).
210210
*/
211211
@SuppressWarnings("unused")
212-
public final void clearColumnLocations() {
212+
public void clearColumnLocations() {
213213
columnLocations.clear();
214214
}
215215

0 commit comments

Comments
 (0)