doc wrong

This commit is contained in:
Adam D. Ruppe 2022-12-06 22:20:06 -05:00
parent 56fe895a81
commit c4a2277f6b
1 changed files with 1 additions and 1 deletions

2
jni.d
View File

@ -257,7 +257,7 @@ interface CharSequence : JavaInterface!("java.lang", CharSequence) {
string whatever(); string whatever();
} }
final class Foo : IFoo, JavaClass!("com.example", Foo) { final class Foo : JavaClass!("com.example", Foo), IFoo {
// need to tell D that the implementation exists, just in Java. // need to tell D that the implementation exists, just in Java.
// (This actually generates the D implementation that just forwards to the existing java method) // (This actually generates the D implementation that just forwards to the existing java method)
@Import string whatever(); @Import string whatever();