This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.models.provider-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git
commit cbdb1cf7f4653db3abe376887ef60f43f8c78d00 Author: Konrad Windszus <[email protected]> AuthorDate: Fri May 13 07:45:09 2016 +0000 fix typo git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/models-use-provider@1743612 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/scripting/sightly/models/impl/SlingModelsUseProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java index 0ca99a1..6a5aa17 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java +++ b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java @@ -131,7 +131,7 @@ public class SlingModelsUseProvider implements UseProvider { return ProviderOutcome.failure(new IllegalStateException("Could not get resource from bindings.")); } if (modelFactory.canCreateFromAdaptable(resource, cls)) { - LOGGER.debug("Trying to instantiate class {} as Sling Model from request.", cls); + LOGGER.debug("Trying to instantiate class {} as Sling Model from resource.", cls); return ProviderOutcome.notNullOrFailure(modelFactory.createModel(resource, cls)); } return ProviderOutcome.failure( -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
