Skip to content

Commit

Permalink
style(image): remove disallowed import
Browse files Browse the repository at this point in the history
Signed-off-by: Shichao Nie <[email protected]>
  • Loading branch information
SCNieh committed Mar 23, 2024
1 parent 7d62d05 commit 18602ab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@

import com.automq.stream.s3.cache.LRUCache;

import javax.annotation.concurrent.NotThreadSafe;
import java.util.HashMap;
import java.util.Map;
import java.util.NavigableMap;
import java.util.Objects;
import java.util.Optional;
import java.util.TreeMap;

@NotThreadSafe
/**
* NotThreadSafe, the caller should ensure the thread safety
*/
public class StreamOffsetIndexMap {
private final int maxSize;
private final LRUCache<StreamOffset, Void> streamOffsetCache;
Expand Down

0 comments on commit 18602ab

Please sign in to comment.