File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/main/java/javax/money/convert Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
* AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
5
5
* THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
6
6
* 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.
8
8
*/
9
9
package javax .money .convert ;
10
10
24
24
* Instances of this class are immutable and thread-safe.
25
25
*
26
26
* @author Anatole Tresch
27
+ * @author Werner Keil
27
28
*/
28
29
public final class ProviderContext extends AbstractContext {
29
30
31
+ /**
32
+ *
33
+ */
34
+ private static final long serialVersionUID = 3536713139786856877L ;
35
+
30
36
/**
31
37
* Common context attributes, using this attributes ensures interoperability
32
38
* on property key level. Where possible according type safe methods are
@@ -103,7 +109,7 @@ public <T> T getValidFrom(Class<T> type) {
103
109
* Returns the UTC timestamp defining from what date/time this rate is
104
110
* valid.
105
111
* <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
107
113
* possible, that an {@link ExchangeRate} does not have starting validity
108
114
* range. This also can be queried by calling {@link #hasLowerBound()}.
109
115
*
You can’t perform that action at this time.
0 commit comments