diff --git a/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java b/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java index c51f70b7ee4..2a8e5e4c838 100644 --- a/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java +++ b/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java @@ -74,7 +74,7 @@ public @interface NumberFormat { /** * The default format for the annotated type: typically 'number' but possibly - * 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount)}. + * 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount}). * @since 4.2 */ DEFAULT,