Skip to content

Commit

Permalink
Narrow return types for SerializedIncrementalCacheModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Feb 4, 2025
1 parent 72d9142 commit 1d3f5bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class SerializedIncrementalCacheModule extends SimpleModule {

private static final class PathKeyDeserializer extends KeyDeserializer {
@Override
public Object deserializeKey(String key, DeserializationContext context) {
public Path deserializeKey(String key, DeserializationContext context) {
return Path.of(URI.create(key));
}
}
Expand Down

0 comments on commit 1d3f5bd

Please sign in to comment.