File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/javax/money/format Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
<artifactId >money-api</artifactId >
16
16
<packaging >bundle</packaging >
17
17
18
- <version >1.0</version >
18
+ <version >1.0.1-SNAPSHOT </version >
19
19
20
20
<name >JSR 354 (Money and Currency API)</name >
21
21
<url >http://java.net/projects/javamoney</url >
Original file line number Diff line number Diff line change 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 .format ;
10
10
@@ -102,6 +102,7 @@ public interface MonetaryAmountFormat extends MonetaryQuery<String>{
102
102
* @param amount the amount to format, not {@code null}
103
103
* @return the string printed using the settings of this formatter
104
104
* @throws UnsupportedOperationException if the formatter is unable to print
105
+ * @throws IllegalStateException if an IO error occurs.
105
106
*/
106
107
default String format (MonetaryAmount amount ){
107
108
StringBuilder b = new StringBuilder ();
You can’t perform that action at this time.
0 commit comments