Skip to content

Commit

Permalink
Fix incorrect kdoc
Browse files Browse the repository at this point in the history
Fixes #2651
  • Loading branch information
pyricau committed Apr 17, 2024
1 parent b324c96 commit 25f10f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package shark

/**
* Listener passed in to [StreamingHprofReader.readRecords], gets notified for each [HprofRecord]
* Listener passed in to [StreamingRecordReaderAdapter.readRecords], gets notified for each [HprofRecord]
* found in the heap dump which types is in the set of the recordTypes parameter passed to
* [StreamingHprofReader.readRecords].
* [StreamingRecordReaderAdapter.readRecords].
*/
fun interface OnHprofRecordListener {
fun onHprofRecord(
Expand Down

0 comments on commit 25f10f6

Please sign in to comment.