You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gi...@apache.org on 2022/01/03 15:27:21 UTC

[sling-site] branch asf-site updated: Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/369/

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9251074  Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/369/
9251074 is described below

commit 92510740ceff6b138fd9e9736db5000ca023f857
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Jan 3 15:27:20 2022 +0000

    Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/369/
---
 documentation/bundles/models.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/bundles/models.html b/documentation/bundles/models.html
index d9c9c2f..d3f8353 100644
--- a/documentation/bundles/models.html
+++ b/documentation/bundles/models.html
@@ -534,7 +534,7 @@ public class SingleConfigModel {
 </code></pre>
 <p>Example for injecting a configuration list (<code>ListConfig</code> is an annotation class configured as context-aware configuration list):</p>
 <pre><code><!-- TODO syntax marker (::java) disabled -->@Model(adaptables = { SlingHttpServletRequest.class, Resource.class })
-public class ListConfigModel implements ListConfigGetter&lt;ListConfig&gt; {
+public class ListConfigModel {
 
     @ContextAwareConfiguration
     private List&lt;ListConfig&gt; configList;