We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2d0cd + d8d6e0a commit 289bf65Copy full SHA for 289bf65
1 file changed
stub/src/main/java/com/omega_r/libs/omegatypes/Text.kt
@@ -3,7 +3,7 @@ package com.omega_r.libs.omegatypes
3
import java.io.Serializable
4
import java.lang.RuntimeException
5
6
-interface Text : Serializable, Textable {
+open class Text : Serializable, Textable {
7
8
companion object {
9
0 commit comments