Skip to content

Commit

Permalink
Fix javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Dec 12, 2024
1 parent 484217b commit a9c0674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import io.jafar.parser.internal_api.metadata.MetadataEvent;

/**
* A callback to be provided to {@linkplain StreamingChunkParser#parse(java.nio.ByteBuffer, ChunkParserListener)}
* A callback to be provided to {@linkplain StreamingChunkParser#parse(java.nio.file.Path, ChunkParserListener)}
*/
public interface ChunkParserListener {
/** Called when the recording starts to be processed */
Expand Down

0 comments on commit a9c0674

Please sign in to comment.