Skip to content

Commit

Permalink
Merge pull request #2655 from square/py/fix_kdoc
Browse files Browse the repository at this point in the history
Fix incorrect kdoc
  • Loading branch information
pyricau committed Apr 18, 2024
2 parents 5b0a3f2 + 25f10f6 commit a9aa723
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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 a9aa723

Please sign in to comment.