kwin commented on code in PR #59: URL: https://github.com/apache/sling-org-apache-sling-api/pull/59#discussion_r2121900203
########## src/main/java/org/apache/sling/api/resource/SyntheticResource.java: ########## @@ -112,6 +116,17 @@ public String getResourceSuperType() { return resourceResolver; } + /** + * Exposes the value map containing the single property {@value ResourceResolver#PROPERTY_RESOURCE_TYPE}. + */ + @Override + public <AdapterType> AdapterType adaptTo(Class<AdapterType> type) { Review Comment: Indeed, fixed with https://github.com/apache/sling-org-apache-sling-api/pull/59/commits/f07e260a78aee73ad416ee82f8392554bb18fada. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org