- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setUnsubscribe (0.34 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
if (org != val) { mailingList.setSubscribe(val); } // Unsubscribe org = mailingList.getUnsubscribe(); val = interpolate(org); if (org != val) { mailingList.setUnsubscribe(val); } // Post org = mailingList.getPost();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
target.setUnsubscribe(src); target.setLocation("unsubscribe", source.getLocation("unsubscribe")); } } } protected void mergeMailingList_Post( MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getPost(); if (src != null) {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)