- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setTimezone (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getTimezone(); if (src != null) { if (sourceDominant || target.getTimezone() == null) { target.setTimezone(src); target.setLocation("timezone", source.getLocation("timezone")); } } }
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)