Skip to content

Commit

Permalink
super?
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Oct 22, 2024
1 parent 6b9b35c commit ec09e9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,14 @@ else if (dict instanceof OptionalArray){
else if (dict instanceof HashLongArray)
m.set(i, map.get(((HashLongArray)opt._a).getLong(this.map.getIndex(i))).intValue()-1);
else
m.set(i, map.get(opt._a.get(this.map.getIndex(i))).intValue()-1);
super.setM(map, si, m, i);
}
else {
m.set(i, si);
}
}
else
m.set(i, map.get(dict.get(this.map.getIndex(i))).intValue()-1);
super.setM(map, si, m, i);
}

@Override
Expand Down

0 comments on commit ec09e9d

Please sign in to comment.