You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2017/12/07 20:01:37 UTC

[GitHub] stefanseifert commented on a change in pull request #1: SLING-7194 AdapterManager sorts AdapterFactory implementations lowest ranking first

stefanseifert commented on a change in pull request #1: SLING-7194 AdapterManager sorts AdapterFactory implementations lowest ranking first
URL: https://github.com/apache/sling-org-apache-sling-adapter/pull/1#discussion_r155625674
 
 

 ##########
 File path: src/main/java/org/apache/sling/adapter/internal/AdapterFactoryDescriptorMap.java
 ##########
 @@ -41,4 +42,16 @@
 
     private static final long serialVersionUID = 2L;
 
+    public AdapterFactoryDescriptorMap() {
+        super(new Comparator<ServiceReference<AdapterFactory>>() {
 
 Review comment:
   this seems to be java8 only?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services