Skip to content

Commit 5874a1f

Browse files
authored
Update RegularExpression.kt
1 parent 396e936 commit 5874a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/papsign/ktor/openapigen/annotations/type/string/pattern/RegularExpression.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import com.papsign.ktor.openapigen.validation.ValidatorAnnotation
66
@Target(AnnotationTarget.TYPE, AnnotationTarget.PROPERTY)
77
@SchemaProcessorAnnotation(RegularExpressionProcessor::class)
88
@ValidatorAnnotation(RegularExpressionProcessor::class)
9-
annotation class RegularExpression(@Language("RegExp") val pattern: String, val errorMessage: String = "")
9+
annotation class RegularExpression(@org.intellij.lang.annotations.Language("RegExp") val pattern: String, val errorMessage: String = "")

0 commit comments

Comments
 (0)