Skip to content

Commit 9472eee

Browse files
committed
More backward compat
1 parent a83b01a commit 9472eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers/JavaCallableWrapperGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public void Generate (TextWriter writer)
531531
continue;
532532
}
533533
needCtor = true;
534-
writer.WriteLine ("\tstatic final String __md_{0}_methods;", i);
534+
writer.WriteLine ("\tstatic final String __md_{0}_methods;", i + 1);
535535
}
536536
}
537537

0 commit comments

Comments
 (0)