Skip to content

Commit 1ab3042

Browse files
committed
interop fix
1 parent 29e6fb5 commit 1ab3042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interop/java/Full/Random.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void Shuffle(short[] arr) {
142142
FisherYates.Implementation._Companion_Trait.Shuffle(TypeDescriptor.SHORT, this, arr);
143143
}
144144

145-
public <__T> void Swap(dafny.TypeDescriptor<__T> _td___T, java.lang.Object a, java.math.BigInteger i, java.math.BigInteger j) {
145+
public <__T> void Swap(dafny.TypeDescriptor<__T> _td___T, java.lang.Object a, int i, int j) {
146146
FisherYates.Implementation._Companion_Trait.Swap(_td___T, this, a, i, j);
147147
}
148148

0 commit comments

Comments
 (0)