Fix typo in @⁠NumberFormat Javadoc

Closes gh-35742

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
This commit is contained in:
Stefano Cordio
2025-11-02 03:46:10 +01:00
committed by Sam Brannen
parent b4a13dddfc
commit 46503d6a45
@@ -36,7 +36,7 @@ import java.lang.annotation.Target;
* annotation instance (the one most convenient one for your formatting needs).
* When the {@link #pattern} attribute is specified, it takes precedence over
* the {@link #style} attribute. When no annotation attributes are specified,
* the default format applied is style-based for either number of currency,
* the default format applied is style-based for either number or currency,
* depending on the annotated field or method parameter type.
*
* @author Keith Donald