You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2021/04/16 09:24:17 UTC

[sling-org-apache-sling-api] branch feature/SLING-8759 updated (92516df -> 0efec04)

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

joerghoh pushed a change to branch feature/SLING-8759
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.


    from 92516df  SLING-8759 use computeIfAbsent to reduce code size
     add 0efec04  implement feedback review

No new revisions were added by this update.

Summary of changes:
 .../apache/sling/api/adapter/SlingAdaptable.java   |  3 +
 .../sling/api/adapter/SlingAdaptableTest.java      | 72 ++++++++++++++++++++++
 2 files changed, 75 insertions(+)
 create mode 100644 src/test/java/org/apache/sling/api/adapter/SlingAdaptableTest.java