Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNewInputs (0.33 sec)

  1. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

         * @param item the character mapping item to delete
         */
        @Override
        public synchronized void delete(final CharMappingItem item) {
            final CharMappingItem mappingItem = item;
            mappingItem.setNewInputs(StringUtil.EMPTY_STRINGS);
            mappingItem.setNewOutput(StringUtil.EMPTY);
            try (MappingUpdater updater = new MappingUpdater(item)) {
                reload(updater);
            }
        }
    
        /**
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 15.3K bytes
    - Viewed (0)
Back to top