Skip to content

Commit 8d7fc8a

Browse files
committed
Normalize spelling
1 parent 79abe14 commit 8d7fc8a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Quad.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
* <p>
3838
* Note that <code>Quad</code> methods are not required to return object
3939
* 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
4141
* <code>Quad</code> may provide additional methods that are documented to be
4242
* mutable.
4343
* <p>
4444
* <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
4646
* thread-safe.
4747
* <p>
4848
* <code>Quad</code>s can be safely used in hashing collections like

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
* and {@link Literal#getLanguageTag()}) will have consistent
3131
* {@link #equals(Object)} behavior.
3232
* <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
3434
* {@link IRI}, {@link BlankNode} and {@link Literal} are not required to return
3535
* 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
3737
* provide additional methods that are documented to be mutable.
3838
* <p>
39-
* Methods in <code>RDFTerm</code> and its Commons RDF specialisations
39+
* Methods in <code>RDFTerm</code> and its Commons RDF specializations
4040
* {@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
4242
* additional methods that are documented to not be thread-safe.
4343
* <p>
4444
* <code>RDFTerm</code>s can be safely used in hashing collections like

commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Triple.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
* <p>
3535
* Note that <code>Triple</code> methods are not required to return object
3636
* 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
3838
* <code>Triple</code> may provide additional methods that are documented to be
3939
* mutable.
4040
* <p>
4141
* <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
4343
* thread-safe.
4444
* <p>
4545
* <code>Triple</code>s can be safely used in hashing collections like

commons-rdf-jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdGraphLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Stream<? extends T> stream() {
220220
* {@link JsonLdDataset}.
221221
*
222222
* @param <T>
223-
* specialisation of {@link TripleLike}, e.g. {@link Triple} or
223+
* specialization of {@link TripleLike}, e.g. {@link Triple} or
224224
* {@link org.apache.commons.rdf.api.Quad}
225225
*/
226226
public interface JsonLdGraphLike<T extends TripleLike> extends GraphLike<T> {

0 commit comments

Comments
 (0)