Skip to content

Commit

Permalink
Resolve issue with inablity to have StructField be called with requir…
Browse files Browse the repository at this point in the history
…ed method call on StructDeserializer

Co-Authored-By: BasiqueEvangelist <[email protected]>
  • Loading branch information
Dragon-Seeker and BasiqueEvangelist committed Oct 23, 2023
1 parent f6c017d commit 2a9e5bd
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import org.jetbrains.annotations.Nullable;

import java.util.Optional;

public interface StructDeserializer {

/**
Expand Down Expand Up @@ -37,8 +35,4 @@ public StructDeserializerException(String message){
super(message);
}
}




}
Loading

0 comments on commit 2a9e5bd

Please sign in to comment.