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 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 */ 
99package  javax .money .convert ;
1010
2424 * Instances of this class are immutable and thread-safe. 
2525 *  
2626 * @author Anatole Tresch 
27+  * @author Werner Keil 
2728 */ 
2829public  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 #isLowerBound()}. 
109115	 *  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments