This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 934cb95 fix javadoc error
934cb95 is described below
commit 934cb9501f2c2b1815c8579b030b500fc5667417
Author: sseifert <[email protected]>
AuthorDate: Fri Aug 24 00:10:40 2018 +0200
fix javadoc error
---
.../java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java
b/core/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java
index 36d5fda..ca4ed9f 100644
---
a/core/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java
+++
b/core/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java
@@ -108,7 +108,7 @@ public final class ContentLoader {
* @param resourceResolver Resource resolver
* @param bundleContext Bundle context
* @param autoCommit Automatically commit changes after loading content
(default: true)
- * @param ignoredNames Any resource or property with a name included in
this set will be ignored when loading the content.
+ * @param resourceResolverType Resource resolver type.
*/
public ContentLoader(@NotNull ResourceResolver resourceResolver, @Nullable
BundleContext bundleContext, boolean autoCommit,
@Nullable ResourceResolverType resourceResolverType) {