Skip to content

Commit

Permalink
Deprecations moved to "next-level" / Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Nov 12, 2022
1 parent 826eb5a commit fc19a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ data class LikePattern(
}
}

@Deprecated("Implement interface ISqlExpressionBuilder instead inherit this class", DeprecationLevel.ERROR)
@Deprecated("Implement interface ISqlExpressionBuilder instead inherit this class", level = DeprecationLevel.ERROR)
open class SqlExpressionBuilderClass : ISqlExpressionBuilder

@Suppress("INAPPLICABLE_JVM_NAME", "TooManyFunctions")
Expand Down

0 comments on commit fc19a8e

Please sign in to comment.