4
4
* AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
5
5
* THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
6
6
* BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification") Copyright
7
- * (c) 2012-2013 , Credit Suisse All rights reserved.
7
+ * (c) 2012-2015 , Credit Suisse All rights reserved.
8
8
*/
9
9
package javax .money .spi ;
10
10
@@ -29,15 +29,15 @@ default String getProviderName(){
29
29
return getClass ().getSimpleName ();
30
30
}
31
31
32
- /**
33
- * Create a new {@link MonetaryAmountFormat} for the given input.
34
- *
35
- * @param formatQuery
36
- * The {@link javax.money.format.AmountFormatContext} to be used.
37
- * @return An according {@link MonetaryAmountFormat} instance, or {@code null}, which delegates
38
- * the request to subsequent {@link MonetaryAmountFormatProviderSpi} instances
39
- * registered.
40
- */
32
+ /**
33
+ * Create a new {@link MonetaryAmountFormat} for the given input.
34
+ *
35
+ * @param formatQuery
36
+ * The {@link javax.money.format.AmountFormatContext} to be used.
37
+ * @return An according {@link MonetaryAmountFormat} instance, or {@code null}, which delegates
38
+ * the request to subsequent {@link MonetaryAmountFormatProviderSpi} instances
39
+ * registered.
40
+ */
41
41
Collection <MonetaryAmountFormat > getAmountFormats (AmountFormatQuery formatQuery );
42
42
43
43
/**
@@ -48,8 +48,7 @@ default String getProviderName(){
48
48
49
49
/**
50
50
* Gets a list with available format names for this format provider.
51
- * @return list of available styles , never null.
51
+ * @return list of available formats , never null.
52
52
*/
53
53
Set <String > getAvailableFormatNames ();
54
-
55
54
}
0 commit comments