Skip to content

Commit 2a1abed

Browse files
committed
Make Format internal to hide Jsoup
1 parent da27d7c commit 2a1abed

File tree

1 file changed

+1
-1
lines changed
  • aztec/src/main/kotlin/org/wordpress/aztec/source

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/source/Format.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.wordpress.aztec.spans.*
99
import java.util.regex.Matcher
1010
import java.util.regex.Pattern
1111

12-
object Format {
12+
internal object Format {
1313

1414
// list of block elements
1515
private val block = "div|br|blockquote|ul|ol|li|p|pre|h1|h2|h3|h4|h5|h6|iframe|hr"

0 commit comments

Comments
 (0)