- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setDetail (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/mylasta/mail/LogNotificationPostcard.java
* Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param details The parameter value of details. (NotNull) */ public void setDetails(String details) { registerVariable("details", details); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
} // Email org = contributor.getEmail(); val = interpolate(org); if (org != val) { contributor.setEmail(val); } // Url org = contributor.getUrl(); val = interpolate(org); if (org != val) { contributor.setUrl(val);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
String src = source.getEmail(); if (src != null) { if (sourceDominant || target.getEmail() == null) { target.setEmail(src); target.setLocation("email", source.getLocation("email")); } } } protected void mergeContributor_Url(
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)