Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
heliang666s committed Oct 16, 2024
1 parent 8a40ae3 commit aed8ed5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
import java.io.InputStream;
import java.lang.reflect.Type;

import org.apache.fury.Fury;
import org.apache.fury.io.FuryInputStream;
import org.apache.fury.memory.MemoryBuffer;

@SuppressWarnings("unchecked")
public class FuryObjectInput implements ObjectInput {
private final Fury fury;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
import java.io.IOException;
import java.io.OutputStream;

import org.apache.fury.Fury;
import org.apache.fury.memory.MemoryBuffer;

/**
* Fury implementation for {@link ObjectOutput}.
*
Expand Down

0 comments on commit aed8ed5

Please sign in to comment.