You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/09/05 08:47:39 UTC

[jena] branch main updated: Move javadoc to class, add URLs

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 <an...@apache.org>
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#";