Skip to content

Commit

Permalink
fix doc comment link
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz committed Oct 27, 2021
1 parent 8a8bf3b commit b843bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/src/main/kotlin/com/intuit/hooks/BaseHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ public abstract class BaseHook<F : Function<*>>(private val type: String) {
interceptors.addRegisterInterceptor(f)
}

/** Method to generate a random identifier for managing `TapInfo`s */
/** Method to generate a random identifier for managing [TapInfo]s */
protected open fun generateRandomId(): String = UUID.randomUUID().toString()
}

0 comments on commit b843bc5

Please sign in to comment.