- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addSuccessSendTestmail (0.15 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
* <pre> * message: Sent the test mail. * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */ public FessMessages addSuccessSendTestmail(String property) { assertPropertyNotNull(property); add(property, new UserMessage(SUCCESS_send_testmail)); return this; } /**
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0)