Skip to content

Commit

Permalink
fix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Apr 3, 2024
1 parent ae5b308 commit b926cb9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
*/
public interface FileIndexReader extends FunctionVisitor<Boolean> {

// FileIndexReader recoverFrom(byte[] serializedBytes);

@Override
default Boolean visitIsNotNull(FieldRef fieldRef) {
return true;
Expand Down

0 comments on commit b926cb9

Please sign in to comment.