We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680be4 commit b09b2f9Copy full SHA for b09b2f9
src/main/java/javax/money/MonetaryContext.java
@@ -34,6 +34,7 @@
34
*
35
* @author Anatole Tresch
36
* @author Werner Keil
37
+ * @version 1.5
38
*/
39
public final class MonetaryContext extends AbstractContext implements Serializable {
40
@@ -83,9 +84,9 @@ public int getPrecision() {
83
84
}
85
86
/**
- * Allows to check if {@code minScale == maxScale}.
87
+ * Allows to check if {@code scale == maxScale}.
88
- * @return {@code true} if {@code minScale == maxScale}.
89
+ * @return {@code true} if {@code scale == maxScale}.
90
91
public boolean isFixedScale() {
92
Boolean val = getBoolean(FIXED_SCALE);
0 commit comments