Skip to content

Commit

Permalink
Removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Mar 21, 2024
1 parent 4fe5d02 commit 0052738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zenoh-jni/src/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//

use std::{ops::Deref, sync::Arc};
use zenoh::publication::HasWriteWithSampleKind;

use jni::{
objects::{JByteArray, JClass},
Expand Down Expand Up @@ -321,7 +320,7 @@ pub unsafe extern "C" fn Java_io_zenoh_jni_JNIPublisher_deleteViaJNI(
Err(err) => {
_ = err.throw_on_jvm(&mut env).map_err(|err| {
log::error!(
"Unable to throw exception on WRITE operation failure: {}",
"Unable to throw exception on DELETE operation failure: {}",
err
)
});
Expand Down

0 comments on commit 0052738

Please sign in to comment.