Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getComments (0.04 seconds)

  1. 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"));
                }
            }
        }
    
    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