Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSubscriber (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

        protected void mergeMailingList_Subscribe(
                MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) {
            String src = source.getSubscribe();
            if (src != null) {
                if (sourceDominant || target.getSubscribe() == null) {
                    target.setSubscribe(src);
                    target.setLocation("subscribe", source.getLocation("subscribe"));
                }
            }
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
Back to Top