- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createKuromojiItem (0.06 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
* @param hook The error hook. * @return An optional entity of a kuromoji item. */ protected OptionalEntity<KuromojiItem> createKuromojiItem(final CreateForm form, final VaErrorHook hook) { try { return createKuromojiItem(this, form, hook); } catch (final ValidationErrorException e) { saveToken(); throw e; } } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0)