We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56e066 commit 7db0bb9Copy full SHA for 7db0bb9
1 file changed
engine/table/src/main/java/io/deephaven/engine/table/impl/locations/impl/AbstractTableLocation.java
@@ -205,7 +205,7 @@ public final ColumnLocation getColumnLocation(@NotNull final CharSequence name)
205
* Clear all column locations (usually because a truncated location was observed).
206
*/
207
@SuppressWarnings("unused")
208
- public final void clearColumnLocations() {
+ public void clearColumnLocations() {
209
columnLocations.clear();
210
}
211
0 commit comments