From 3eef66ed5edec6032e5ccdf36f19ddc33b36a5d7 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sat, 30 May 2015 00:04:26 +0200 Subject: [PATCH] Fixed typo in JavaDoc --- src/main/java/javax/money/convert/MonetaryConversions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/javax/money/convert/MonetaryConversions.java b/src/main/java/javax/money/convert/MonetaryConversions.java index 8381910f0..f9caeaa7a 100644 --- a/src/main/java/javax/money/convert/MonetaryConversions.java +++ b/src/main/java/javax/money/convert/MonetaryConversions.java @@ -5,7 +5,7 @@ * DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE * AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" * BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency - * API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights + * API ("Specification") Copyright (c) 2012-2015, Credit Suisse All rights * reserved. */ package javax.money.convert; @@ -35,7 +35,7 @@ *

* This class is thread safe. *

- * This class is designed to support also contextual behaviour, e.g. in Java EE + * This class is designed to support also contextual behavior, e.g. in Java EE * containers each application may provide its own {@link ExchangeRateProvider} * instances, e.g. by registering them as CDI beans. An EE container can * register an according {@link javax.money.spi.MonetaryConversionsSingletonSpi} that manages the