Skip to content

Commit

Permalink
[core] Add missing parameters in Ruler.m1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
wukaicheng authored Jul 12, 2023
1 parent 6eccbf1 commit cf5335c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/top/canyie/pine/Ruler.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
*/
@SuppressWarnings("unused")
final class Ruler {
private static native void m1();
private static native void m1(float f);
private static native void m2();

private interface I {
void m();
}
}
}

0 comments on commit cf5335c

Please sign in to comment.