This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
commit 02384e146b399696efdf0ef10f3aac7847918260 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 18 15:21:37 2024 -0400 Fix Checkstyle error NewlineAtEndOfFile: File does not end with a newline --- .../src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java index 54246101..8480831c 100644 --- a/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java +++ b/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java @@ -150,4 +150,4 @@ final class ModelGraphImpl implements RDF4JGraph { .parallelStream().map(rdf4jTermFactory::asTriple); } -} \ No newline at end of file +}