This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-query.git
commit 854d34c5f154ed1a75196ef1bb43e92baf94c198 Author: Tomasz Rekawek <[email protected]> AuthorDate: Mon Jun 15 08:29:56 2015 +0000 Fixed example in the SlingQuery README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1685510 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ce17a..f2df761 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Recommended way to find resources in the Sling repository is using tree-traversa SlingQuery is a tool that helps creating such queries in a more concise way. Above code could be written as: - import static com.cognifide.sling.query.api.SlingQuery.$; + import static org.apache.sling.query.SlingQuery.$; // ... $(resource).closest("cq:Page[jcr:content/cq:template=my/template]") -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
