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 355a6ac  Move javadoc to class, add URLs
355a6ac is described below

commit 355a6acb927fc37e6388ac683050807c8332cbcb
Author: Andy Seaborne <[email protected]>
AuthorDate: Sun Sep 5 09:47:35 2021 +0100

    Move javadoc to class, add URLs
---
 jena-core/src/main/java/org/apache/jena/vocabulary/WAC.java | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/jena-core/src/main/java/org/apache/jena/vocabulary/WAC.java 
b/jena-core/src/main/java/org/apache/jena/vocabulary/WAC.java
index 331118d..6aca8bd 100644
--- a/jena-core/src/main/java/org/apache/jena/vocabulary/WAC.java
+++ b/jena-core/src/main/java/org/apache/jena/vocabulary/WAC.java
@@ -22,10 +22,14 @@ import org.apache.jena.rdf.model.ModelFactory;
 import org.apache.jena.rdf.model.Property ;
 import org.apache.jena.rdf.model.Resource ;
 
-public class WAC {
 /**
-    Basic Access Control ontology.
-*/
+ *  Basic Access Control ontology.
+ *     <p>
+ *     See <a href="https://www.w3.org/wiki/WebAccessControl";>W3C 
WebAccessControl</a>.
+ *  <p>
+ *  <a href="http://www.w3.org/ns/auth/acl";>Base URI and namepace</a>.
+ */
+public class WAC {
     private static final Model m = ModelFactory.createDefaultModel();
     public static final String NS = "http://www.w3.org/ns/auth/acl#";;
 

Reply via email to