File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
commons-rdf-api/src/main/java/org/apache/commons/rdf/api
commons-rdf-jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
* <p>
38
38
* Note that <code>Quad</code> methods are not required to return object
39
39
* identical (<code>==</code>) instances as long as they are equivalent
40
- * according to {@link Object#equals(Object)}. Specialisations of
40
+ * according to {@link Object#equals(Object)}. Specializations of
41
41
* <code>Quad</code> may provide additional methods that are documented to be
42
42
* mutable.
43
43
* <p>
44
44
* <code>Quad</code> methods are <strong>thread-safe</strong>, however
45
- * specialisations may provide additional methods that are documented to not be
45
+ * specializations may provide additional methods that are documented to not be
46
46
* thread-safe.
47
47
* <p>
48
48
* <code>Quad</code>s can be safely used in hashing collections like
Original file line number Diff line number Diff line change 30
30
* and {@link Literal#getLanguageTag()}) will have consistent
31
31
* {@link #equals(Object)} behavior.
32
32
* <p>
33
- * Note that methods in <code>RDFTerm</code> and its Commons RDF specialisations
33
+ * Note that methods in <code>RDFTerm</code> and its Commons RDF specializations
34
34
* {@link IRI}, {@link BlankNode} and {@link Literal} are not required to return
35
35
* object identical (<code>==</code>) instances as long as they are equivalent
36
- * according to their {@link Object#equals(Object)}. Further specialisations may
36
+ * according to their {@link Object#equals(Object)}. Further specializations may
37
37
* provide additional methods that are documented to be mutable.
38
38
* <p>
39
- * Methods in <code>RDFTerm</code> and its Commons RDF specialisations
39
+ * Methods in <code>RDFTerm</code> and its Commons RDF specializations
40
40
* {@link IRI}, {@link BlankNode} and {@link Literal} are
41
- * <strong>thread-safe</strong>, however further specialisations may add
41
+ * <strong>thread-safe</strong>, however further specializations may add
42
42
* additional methods that are documented to not be thread-safe.
43
43
* <p>
44
44
* <code>RDFTerm</code>s can be safely used in hashing collections like
Original file line number Diff line number Diff line change 34
34
* <p>
35
35
* Note that <code>Triple</code> methods are not required to return object
36
36
* identical (<code>==</code>) instances as long as they are equivalent
37
- * according to {@link RDFTerm#equals(Object)}. Specialisations of
37
+ * according to {@link RDFTerm#equals(Object)}. Specializations of
38
38
* <code>Triple</code> may provide additional methods that are documented to be
39
39
* mutable.
40
40
* <p>
41
41
* <code>Triple</code> methods are <strong>thread-safe</strong>, however
42
- * specialisations may provide additional methods that are documented to not be
42
+ * specializations may provide additional methods that are documented to not be
43
43
* thread-safe.
44
44
* <p>
45
45
* <code>Triple</code>s can be safely used in hashing collections like
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ public Stream<? extends T> stream() {
220
220
* {@link JsonLdDataset}.
221
221
*
222
222
* @param <T>
223
- * specialisation of {@link TripleLike}, e.g. {@link Triple} or
223
+ * specialization of {@link TripleLike}, e.g. {@link Triple} or
224
224
* {@link org.apache.commons.rdf.api.Quad}
225
225
*/
226
226
public interface JsonLdGraphLike <T extends TripleLike > extends GraphLike <T > {
You can’t perform that action at this time.
0 commit comments