We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f12fc commit 9ce30c3Copy full SHA for 9ce30c3
java_runtime/src/classes/java/io/string_writer.rs
@@ -57,7 +57,7 @@ impl StringWriter {
57
}
58
59
async fn to_string(jvm: &Jvm, _: &mut RuntimeContext, this: ClassInstanceRef<Self>) -> Result<ClassInstanceRef<String>> {
60
- tracing::debug!("java.io.StringWriter::to_string({:?})", &this);
+ tracing::debug!("java.io.StringWriter::toString({:?})", &this);
61
62
let buf = jvm.get_field(&this, "buf", "Ljava/lang/StringBuffer;").await?;
63
0 commit comments