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 2015/09/18 11:21:24 UTC

[3/8] jena git commit: Fix repeated typo.

Fix repeated typo.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/0da50bfa
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/0da50bfa
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/0da50bfa

Branch: refs/heads/Jena-1029_subsystem
Commit: 0da50bfa6d08df240c7ed2f6ee11f931b8ba008a
Parents: df1f1f4
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Sep 18 00:18:47 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Sep 18 00:18:47 2015 +0100

----------------------------------------------------------------------
 .../model/impl/SecuredResourceImpl.java         | 22 ++++++++++----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/0da50bfa/jena-permissions/src/main/java/org/apache/jena/permissions/model/impl/SecuredResourceImpl.java
----------------------------------------------------------------------
diff --git a/jena-permissions/src/main/java/org/apache/jena/permissions/model/impl/SecuredResourceImpl.java b/jena-permissions/src/main/java/org/apache/jena/permissions/model/impl/SecuredResourceImpl.java
index e28815b..79f38c6 100644
--- a/jena-permissions/src/main/java/org/apache/jena/permissions/model/impl/SecuredResourceImpl.java
+++ b/jena-permissions/src/main/java/org/apache/jena/permissions/model/impl/SecuredResourceImpl.java
@@ -129,7 +129,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -147,7 +147,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -165,7 +165,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -183,7 +183,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -201,7 +201,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * from the other addLiteral methods in that the Literal is not turned into
 	 * a Literal.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -219,7 +219,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -237,7 +237,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * one constructed by using
 	 * <code>this.getModel().createTypedLiteral(o)</code>.
 	 * 
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -261,7 +261,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * @param o
 	 *            The value of the property to be added.
 	 * @return This resource to allow cascading calls.
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -289,7 +289,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * @param o
 	 *            The value of the property to be added.
 	 * @return This resource to allow cascading calls.
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -315,7 +315,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * @param datatype
 	 *            The datatype
 	 * @return This resource to allow cascading calls.
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */
@@ -348,7 +348,7 @@ public class SecuredResourceImpl extends SecuredRDFNodeImpl implements
 	 * @param l
 	 *            the language of the property
 	 * @return This resource to allow cascading calls.
-	 * @throws UpdadeDeniedException
+	 * @throws UpdateDeniedException
 	 * @throws AddDeniedException
 	 * @throws AuthenticationRequiredException
 	 */