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