- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setDescription (0.25 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getDescription(); if (src != null) { if (sourceDominant || target.getDescription() == null) { target.setDescription(src); target.setLocation("description", source.getLocation("description")); } } }
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)