mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
chore: Fix inline docs reference
This commit is contained in:
parent
ff965e6953
commit
b7f6aa94cc
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class BytecodeContext internal constructor(private val options: PatcherOptions)
|
||||||
internal inner class Integrations : MutableList<File> by mutableListOf(), Flushable {
|
internal inner class Integrations : MutableList<File> by mutableListOf(), Flushable {
|
||||||
/**
|
/**
|
||||||
* Whether to merge integrations.
|
* Whether to merge integrations.
|
||||||
* True when any supplied [Patch] is annotated with [RequiresIntegrations].
|
* Set to true, if the field requiresIntegrations of any supplied [Patch] is true.
|
||||||
*/
|
*/
|
||||||
var merge = false
|
var merge = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue