- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getSubscribe (0.05 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
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 Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0)