Skip to content

Commit ba7169d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4349821 + 08b5377 commit ba7169d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/main/java/javax/money/convert/ProviderContext.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
55
* THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
66
* 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-2014, Credit Suisse All rights reserved.
88
*/
99
package javax.money.convert;
1010

@@ -24,9 +24,15 @@
2424
* Instances of this class are immutable and thread-safe.
2525
*
2626
* @author Anatole Tresch
27+
* @author Werner Keil
2728
*/
2829
public final class ProviderContext extends AbstractContext {
2930

31+
/**
32+
*
33+
*/
34+
private static final long serialVersionUID = 3536713139786856877L;
35+
3036
/**
3137
* Common context attributes, using this attributes ensures interoperability
3238
* on property key level. Where possible according type safe methods are
@@ -103,7 +109,7 @@ public <T> T getValidFrom(Class<T> type) {
103109
* Returns the UTC timestamp defining from what date/time this rate is
104110
* valid.
105111
* <p>
106-
* This is modelled as {@link Long} instaed of {@code long}, since it is
112+
* This is modeled as {@link Long} instead of {@code long}, since it is
107113
* possible, that an {@link ExchangeRate} does not have starting validity
108114
* range. This also can be queried by calling {@link #hasLowerBound()}.
109115
*

0 commit comments

Comments
 (0)