We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33f0b commit 8ef159aCopy full SHA for 8ef159a
src/main/java/com/fishercoder/solutions/secondthousand/_1146.java
@@ -25,8 +25,8 @@ public int snap() {
25
return snapId++;
26
}
27
28
- public int get(int index, int snap_id) {
29
- return snapshots[index].floorEntry(snap_id).getValue();
+ public int get(int index, int snapId) {
+ return snapshots[index].floorEntry(snapId).getValue();
30
31
32
0 commit comments