From f313f172066c34955dfd25644bedec397d903b20 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Tue, 21 Jul 2020 02:58:06 +0200 Subject: [PATCH] Indian number formatting broken #55 --- .../moneta/convert/DefaultMonetaryConversionsSingletonSpi.java | 2 +- .../java/org/javamoney/moneta/spi/format/CurrencyToken.java | 2 +- src/main/java/org/javamoney/moneta/spi/format/FormatToken.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/javamoney/moneta/convert/DefaultMonetaryConversionsSingletonSpi.java b/src/main/java/org/javamoney/moneta/convert/DefaultMonetaryConversionsSingletonSpi.java index 9811726..1a82b66 100644 --- a/src/main/java/org/javamoney/moneta/convert/DefaultMonetaryConversionsSingletonSpi.java +++ b/src/main/java/org/javamoney/moneta/convert/DefaultMonetaryConversionsSingletonSpi.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag. + * Copyright (c) 2012, 2020, Anatole Tresch, Werner Keil and others by the @author tag. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/javamoney/moneta/spi/format/CurrencyToken.java b/src/main/java/org/javamoney/moneta/spi/format/CurrencyToken.java index d5a41c9..feb6424 100644 --- a/src/main/java/org/javamoney/moneta/spi/format/CurrencyToken.java +++ b/src/main/java/org/javamoney/moneta/spi/format/CurrencyToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag. + * Copyright (c) 2012, 2020, Anatole Tresch, Werner Keil and others by the @author tag. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/javamoney/moneta/spi/format/FormatToken.java b/src/main/java/org/javamoney/moneta/spi/format/FormatToken.java index da93a78..1ac710a 100644 --- a/src/main/java/org/javamoney/moneta/spi/format/FormatToken.java +++ b/src/main/java/org/javamoney/moneta/spi/format/FormatToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag. + * Copyright (c) 2012, 2020, Werner Keil and others by the @author tag. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of