Skip to content

Commit bd1c9fa

Browse files
committed
Suppress the unused inspection, method is used in wpandroid
1 parent 3c1b41f commit bd1c9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecParser.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class AztecParser @JvmOverloads constructor(val plugins: List<IAztecPlugin> = li
6262
* A faster version of fromHtml(), intended for inspecting the span structure only. It doesn't prepare the text for
6363
* visual editing.
6464
*/
65+
@Suppress("unused") // this method is used in wpandroid so, suppress the inspection
6566
fun parseHtmlForInspection(source: String, context: Context): Spanned {
6667
val tidySource = tidy(source)
6768

0 commit comments

Comments
 (0)