We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8212318 commit f5ddd97Copy full SHA for f5ddd97
std-bits/table/src/main/java/org/enso/table/data/column/storage/ColumnStorageFacade.java
@@ -4,7 +4,7 @@
4
import org.enso.table.data.column.storage.type.StorageType;
5
6
/** A facade for a column storage that converts the stored type to another type. */
7
-public class ColumnStorageFacade<S, T> implements ColumnStorage<T> {
+public final class ColumnStorageFacade<S, T> implements ColumnStorage<T> {
8
private final ColumnStorage<S> parent;
9
private final Function<S, T> converter;
10
0 commit comments