Skip to content

Commit

Permalink
refactor: declare data parameter internal
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 29, 2022
1 parent d8b5b8b commit 2134182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data class MethodFingerprintResult(
val method: Method,
val classDef: ClassDef,
val patternScanResult: PatternScanResult?,
val data: BytecodeData
internal val data: BytecodeData
) {
/**
* Returns a mutable clone of [classDef]
Expand Down

0 comments on commit 2134182

Please sign in to comment.