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

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


The following commit(s) were added to refs/heads/year-update by this push:
     new 3039e73  Fix HTML in javadoc
3039e73 is described below

commit 3039e73ed4e7a247c9b9701fc06b0c09d3167a06
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Jan 7 16:47:39 2020 +0000

    Fix HTML in javadoc
---
 jena-core/src/main/java/org/apache/jena/graph/GraphUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-core/src/main/java/org/apache/jena/graph/GraphUtil.java 
b/jena-core/src/main/java/org/apache/jena/graph/GraphUtil.java
index c297b0a..1b185e7 100644
--- a/jena-core/src/main/java/org/apache/jena/graph/GraphUtil.java
+++ b/jena-core/src/main/java/org/apache/jena/graph/GraphUtil.java
@@ -303,7 +303,7 @@ public class GraphUtil
      *  <p>
      *  For large {@code srcGraph} and small {@code dstGraph}, use {@link 
#deleteLoopDst}.
      *  
-     * See discussion on <a 
href=""https://github.com/apache/jena/pull/212";>jena/pull/212</a>, 
+     * See discussion on <a 
href="https://github.com/apache/jena/pull/212";>jena/pull/212</a>, 
      * (archived at <a 
href="https://issues.apache.org/jira/browse/JENA-1284";>JENA-1284</a>).
      */
     public static void deleteFrom(Graph dstGraph, Graph srcGraph) {

Reply via email to