File tree Expand file tree Collapse file tree 4 files changed +5
-5
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 +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
* also be used for <em>generalized quads</em> (e.g. a {@link BlankNode} as
31
31
* predicate).
32
32
* <p>
33
- * Implementations should specialise which specific {@link RDFTerm} types they
33
+ * Implementations should specialize which specific {@link RDFTerm} types they
34
34
* return by overriding {@link #getSubject()}, {@link #getPredicate()},
35
35
* {@link #getObject()} and {@link #getGraphName()}.
36
36
*
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ public interface RDFTerm {
93
93
int hashCode ();
94
94
95
95
/**
96
- * Return the term serialised as specified by the RDF-1.1 N-Triples
96
+ * Return the term serialized as specified by the RDF-1.1 N-Triples
97
97
* Canonical form.
98
98
*
99
- * @return The term serialised as RDF-1.1 N-Triples.
99
+ * @return The term serialized as RDF-1.1 N-Triples.
100
100
* @see <a href="http://www.w3.org/TR/n-triples/#canonical-ntriples">
101
101
* RDF-1.1 N-Triples Canonical form</a>
102
102
*/
Original file line number Diff line number Diff line change 28
28
* <em>immutable</em> or <em>thread-safe</em>. This interfaced can also be used
29
29
* for <em>generalized triples</em> (e.g. a {@link BlankNode} as predicate).
30
30
* <p>
31
- * Implementations should specialise which specific {@link RDFTerm} types they
31
+ * Implementations should specialize which specific {@link RDFTerm} types they
32
32
* return by overriding {@link #getSubject()}, {@link #getPredicate()} and
33
33
* {@link #getObject()}.
34
34
*
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public Stream<? extends T> stream() {
216
216
/**
217
217
* Common abstract {@link GraphLike}.
218
218
* <p>
219
- * Specialised by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
219
+ * specialized by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
220
220
* {@link JsonLdDataset}.
221
221
*
222
222
* @param <T>
You can’t perform that action at this time.
0 commit comments