We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6030e commit 4493e16Copy full SHA for 4493e16
src/main/java/org/javamoney/moneta/FastMoney.java
@@ -85,7 +85,7 @@ public final class FastMoney implements MonetaryAmount, Comparable<MonetaryAmoun
85
private static final long serialVersionUID = 1L;
86
87
/**
88
- * THe logger used.
+ * The logger used.
89
*/
90
private static final Logger LOG = Logger.getLogger(FastMoney.class.getName());
91
0 commit comments