Skip to content

Commit

Permalink
Update detekt-api/src/main/kotlin/io/gitlab/arturbosch/detekt/api/Ann…
Browse files Browse the repository at this point in the history
…otationExcluder.kt

Co-authored-by: Chao Zhang <zhangchao6865@gmail.com>
  • Loading branch information
BraisGabin and chao2zhang committed Jan 23, 2022
1 parent 84a8b9a commit 80ac80a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ class AnnotationExcluder(
.toMap()
}.orEmpty()

@Deprecated("Use AnnotationExclude(KtFile, List<String>) instead")
@Deprecated("Use AnnotationExcluder(KtFile, List<String>) instead")
constructor(root: KtFile, excludes: SplitPattern) : this(root, excludes.mapAll { it })

/**
Expand Down

0 comments on commit 80ac80a

Please sign in to comment.