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

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/master by this push:
     new c17b3b3  Fix doc block in GraphUtils.java
c17b3b3 is described below

commit c17b3b33a7094f8a6366f3755c1d7b60289fc965
Author: Hasan <[email protected]>
AuthorDate: Thu Feb 10 06:24:07 2022 +0100

    Fix doc block in GraphUtils.java
---
 api.utils/src/main/java/org/apache/clerezza/utils/GraphUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api.utils/src/main/java/org/apache/clerezza/utils/GraphUtils.java 
b/api.utils/src/main/java/org/apache/clerezza/utils/GraphUtils.java
index c1f6e62..724a861 100644
--- a/api.utils/src/main/java/org/apache/clerezza/utils/GraphUtils.java
+++ b/api.utils/src/main/java/org/apache/clerezza/utils/GraphUtils.java
@@ -40,7 +40,7 @@ public class GraphUtils {
      *
      * @param mGraph
      * @param subGraph
-     * @throws org.apache.clerezza.rdf.utils.GraphUtils.NoSuchSubGraphException
+     * @throws org.apache.clerezza.utils.GraphUtils.NoSuchSubGraphException
      */
     public static void removeSubGraph(Graph mGraph, Graph subGraph)
             throws NoSuchSubGraphException {

Reply via email to