This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git
The following commit(s) were added to refs/heads/master by this push:
new 2deb154 fix typo
2deb154 is described below
commit 2deb154cb3dd77c5d16ed06550e354c908ed7a01
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Oct 27 08:31:42 2021 +0200
fix typo
---
src/main/java/org/apache/sling/api/resource/ResourceResolver.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/sling/api/resource/ResourceResolver.java
b/src/main/java/org/apache/sling/api/resource/ResourceResolver.java
index 73bc627..2b4e375 100644
--- a/src/main/java/org/apache/sling/api/resource/ResourceResolver.java
+++ b/src/main/java/org/apache/sling/api/resource/ResourceResolver.java
@@ -683,7 +683,7 @@ public interface ResourceResolver extends Adaptable,
Closeable {
* @throws NullPointerException if the resource parameter or name
parameter is null
* @throws IllegalArgumentException if the name contains a slash
* @throws UnsupportedOperationException If the underlying resource
provider does not support write operations.
- * @throws PersistenceException If the operation fails in the underlying
resource provide, e.g. in case a resource of that name does already exist.
+ * @throws PersistenceException If the operation fails in the underlying
resource provider, e.g. in case a resource of that name does already exist.
* @throws IllegalStateException if this resource resolver has already been
* {@link #close() closed}.
* @since 2.2 (Sling API Bundle 2.2.0)