We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475d09e commit 029df52Copy full SHA for 029df52
1 file changed
core/sail/nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/model/CorruptValue.java
@@ -16,7 +16,7 @@
16
* CorruptValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabled (see
17
* ValueStore#softFailOnCorruptData).
18
*
19
- * There is no method isCorruptValue() is it would exist for a "regular" implementation of NativeValue. Since
+ * There is no method isCorruptValue() as it would exist for a "regular" implementation of NativeValue. Since
20
* CorruptValue is only to be used in exceptional situations, the recommended way of checking for it is using
21
* "instanceof".
22
0 commit comments