This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 03bd1c67d6 Fix for javadoc:javadoc for Java11
03bd1c67d6 is described below

commit 03bd1c67d61ab2b90bb58c794d1ded9c9fc79709
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Aug 19 09:15:27 2022 +0100

    Fix for javadoc:javadoc for Java11
---
 jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java 
b/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java
index eee04add3e..ebc34f223a 100644
--- a/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java
+++ b/jena-iri/src/main/java/org/apache/jena/iri/ViolationCodes.java
@@ -5681,7 +5681,7 @@ This class is not part of the API.
 
      <li>&lt;<code>http://example.org/fo&lt;o</code>&gt;</li>
 
-     <li>&lt;<code>http://example.org/fo>o</code>&gt;</li>
+     <li>&lt;<code>http://example.org/fo&gt;o</code>&gt;</li>
 
      <li>&lt;<code>http://example.org/fo"o</code>&gt;</li>
 

Reply via email to