private ComparableImplementation()

in src/main/java/org/apache/sling/commons/osgi/ServiceUtil.java [67:70]


        private ComparableImplementation(Map<String, Object> props, Order order) {
            this.props = props;
            this.order = order;
        }