Skip to content

Commit c676474

Browse files
committed
Remove outdated comment
1 parent b702023 commit c676474

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

json-schema-validator/src/commonMain/kotlin/io/github/optimumcode/json/schema/extension/ExternalAssertionFactory.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ public interface ExternalAssertionFactory {
1010
* This keyword **must not** overlap with any existing keywords for existing drafts.
1111
* If keyword overlaps with any keyword for any existing draft and [IllegalStateException] will be thrown
1212
* when this factory is registered in [io.github.optimumcode.json.schema.JsonSchemaLoader].
13-
*
14-
* NOTE: currently the library does not have **format** assertion implemented. But it will have.
15-
* If you decide to implement it as an [ExternalAssertion] please be aware
16-
* that one day this will cause an [IllegalStateException] as it was added to the library itself
1713
*/
1814
public val keywordName: String
1915

0 commit comments

Comments
 (0)