Skip to content

Commit 8c3a15f

Browse files
committed
javadoc clarification
1 parent 3df6082 commit 8c3a15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

i18n/src/main/java/net/time4j/format/expert/ChronoFormatter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)