File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
i18n/src/main/java/net/time4j/format/expert Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4278,6 +4278,7 @@ public Builder<T> skipUnknown(int keepRemainingChars) {
42784278 * @throws IllegalArgumentException if {@code maxIterations < 1}
42794279 * @see #skipUnknown(int)
42804280 * @since 4.14
4281+ * @doctags.spec The first condition argument must be immutable or stateless (for example a lambda expression).
42814282 */
42824283 /*[deutsch]
42834284 * <p>Ignoriert alle Zeichen als nicht-interpretierbar, die von der angegebenen Bedingung akzeptiert
@@ -4295,6 +4296,7 @@ public Builder<T> skipUnknown(int keepRemainingChars) {
42954296 * @throws IllegalArgumentException if {@code maxIterations < 1}
42964297 * @see #skipUnknown(int)
42974298 * @since 4.14
4299+ * @doctags.spec The first condition argument must be immutable or stateless (for example a lambda expression).
42984300 */
42994301 public Builder <T > skipUnknown (
43004302 IntPredicate unparseableCondition ,
You can’t perform that action at this time.
0 commit comments