Skip to content

Commit

Permalink
eclipse-rdf4jGH-4089: remove whitespace in javadoc link
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
  • Loading branch information
barthanssens committed Jul 29, 2022
1 parent 3c39b35 commit 092eee1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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}.
Expand All @@ -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}.
Expand All @@ -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}.
Expand All @@ -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}.
Expand Down

0 comments on commit 092eee1

Please sign in to comment.