Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutputsValue (5.47 sec)

  1. src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java

        }
    
        /**
         * Gets the output synonyms as a newline-separated string.
         *
         * @return The output synonyms as a string.
         */
        public String getOutputsValue() {
            if (outputs == null) {
                return StringUtil.EMPTY;
            }
            return String.join("\n", outputs);
        }
    
        /**
         * Checks if the item has been updated.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 07:09:00 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top