- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for get_comments (0.04 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
License target, License source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getComments(); if (src != null) { if (sourceDominant || target.getComments() == null) { target.setComments(src); target.setLocation("comments", source.getLocation("comments")); } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0)