src/main/java/org/apache/sling/xss/impl/LongValidationRule.java [83:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                throw new ValidationException(
                        "Invalid number input must be between " + minValue + " and " + maxValue + ": context="
                                + context,
                        "Invalid number input must be between " + minValue + " and " + maxValue + ": context=" + context
                                + ", input=" + input,
                        context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/xss/impl/LongValidationRule.java [91:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                throw new ValidationException(
                        "Invalid number input must be between " + minValue + " and " + maxValue + ": context="
                                + context,
                        "Invalid number input must be between " + minValue + " and " + maxValue + ": context=" + context
                                + ", input=" + input,
                        context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



