Tofpu / SpeedBridge2

Mutable fields should not directly be returned JAVA-S1049
Security
Major
8 months agoa year old
207    }
208
209    public double[] getPositions() {
210        return this.positions;211    }
212
213    private static class LandState {
42    }
43
44    public @NotNull String[] getColumns() {
45        return columns;46    }
47
48    public @NotNull String getSql() {