From 092eee108217427aeb9555a8c3ef08acf1eadcdd Mon Sep 17 00:00:00 2001 From: Bart Hanssens Date: Sat, 30 Jul 2022 00:57:31 +0200 Subject: [PATCH] GH-4089: remove whitespace in javadoc link Signed-off-by: Bart Hanssens --- .../org/eclipse/rdf4j/model/util/Statements.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/model/src/main/java/org/eclipse/rdf4j/model/util/Statements.java b/core/model/src/main/java/org/eclipse/rdf4j/model/util/Statements.java index a1f8eb3d91e..2813ee94dc6 100644 --- a/core/model/src/main/java/org/eclipse/rdf4j/model/util/Statements.java +++ b/core/model/src/main/java/org/eclipse/rdf4j/model/util/Statements.java @@ -152,7 +152,7 @@ public static Triple toTriple(ValueFactory vf, Statement statement) { } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} * * @param triple an RDF-star triple to convert to a {@link Statement}. * @return an {@link Statement} with the same subject, predicate and object as the input triple, and no context. @@ -164,7 +164,7 @@ public static Statement toStatement(Triple triple) { } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} * * @param triple an RDF-star triple to convert to a {@link Statement}. * @return an {@link Statement} with the same subject, predicate and object as the input triple, and no context. @@ -175,7 +175,7 @@ public static Statement statement(Triple triple) { } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} and context. + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} and context. * * @param triple an RDF-star triple to convert to a {@link Statement}. * @param context the context to assign to the {@link Statement}. @@ -188,7 +188,7 @@ public static Statement statement(Triple triple, Resource context) { } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} and context. + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} and context. * * @param triple an RDF-star triple to convert to a {@link Statement}. * @param context the context to assign to the {@link Statement}. @@ -202,7 +202,7 @@ public static Statement toStatement(Triple triple, Resource context) { } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} and context. + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} and context. * * @param vf the {@link ValueFactory} to use for creating the {@link Statement} object. * @param triple an RDF-star triple to convert to a {@link Statement}. @@ -217,7 +217,7 @@ public static Statement toStatement(ValueFactory vf, Triple triple, Resource con } /** - * Create a {@link Statement} from the supplied { @link Triple RDF-star triple} and context. + * Create a {@link Statement} from the supplied {@link Triple RDF-star triple} and context. * * @param vf the {@link ValueFactory} to use for creating the {@link Statement} object. * @param triple an RDF-star triple to convert to a {@link Statement}.