Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sargument (0.15 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

         * @param property The value of the property. (NotNull)
         */
        protected void assertPropertyNotNull(String property) {
            if (property == null) {
                String msg = "The argument 'property' for message should not be null.";
                throw new IllegalArgumentException(msg);
            }
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top