Skip to content

Commit

Permalink
nullable PlainSerDe#deserializeRid input (#2216)
Browse files Browse the repository at this point in the history
nullable PlainSerDe#deserializeRid input
  • Loading branch information
tpetracca authored Mar 6, 2024
1 parent bc1e641 commit 9553e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public interface PlainSerDe {

Set<Integer> deserializeIntegerSet(@Nullable Iterable<String> in);

ResourceIdentifier deserializeRid(String in);
ResourceIdentifier deserializeRid(@Nullable String in);

ResourceIdentifier deserializeRid(@Nullable Iterable<String> in);

Expand Down

0 comments on commit 9553e78

Please sign in to comment.