Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: pushkarm029 <pushkarmishra029@gmail.com>
  • Loading branch information
Pushkarm029 committed Jun 30, 2024
1 parent 4bc1c19 commit e9b22dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs-storage/src/base_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use jnix::{FromJava, IntoJava};
#[cfg_attr(feature = "jni-bindings", derive(FromJava, IntoJava))]
#[jnix(class_name = "dev/arkbuilders/core/FileStorage$SyncStatus")]
/// Represents the synchronization status of the storage.
/// Any changes here should be reflected in the Java class `SyncStatus`.
pub enum SyncStatus {
/// No synchronization needed.
InSync,
Expand Down

0 comments on commit e9b22dc

Please sign in to comment.