We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8bf3b commit b843bc5Copy full SHA for b843bc5
hooks/src/main/kotlin/com/intuit/hooks/BaseHook.kt
@@ -121,6 +121,6 @@ public abstract class BaseHook<F : Function<*>>(private val type: String) {
121
interceptors.addRegisterInterceptor(f)
122
}
123
124
- /** Method to generate a random identifier for managing `TapInfo`s */
+ /** Method to generate a random identifier for managing [TapInfo]s */
125
protected open fun generateRandomId(): String = UUID.randomUUID().toString()
126
0 commit comments