File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed 
src/main/java/org/javamoney/moneta Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ public static FastMoney from(MonetaryAmount amount){
702702    }
703703
704704	/** 
705- 	 * Obtains an instance of FastMoney from a text string. 
705+ 	 * Obtains an instance of FastMoney from a text string such as 'EUR 25.25' . 
706706	 * @param text 
707707	 * @return FastMoney instance 
708708	 * @throws NullPointerException 
Original file line number Diff line number Diff line change @@ -785,7 +785,7 @@ public static Money from(MonetaryAmount amt){
785785    }
786786
787787	/** 
788- 	 * Obtains an instance of Money from a text string. 
788+ 	 * Obtains an instance of Money from a text string such as 'EUR 25.25' . 
789789	 * @param text 
790790	 * @return Money instance 
791791	 * @throws NullPointerException 
Original file line number Diff line number Diff line change @@ -639,7 +639,8 @@ public static RoundedMoney from(MonetaryAmount amt){
639639    }
640640
641641	/** 
642- 	 * Obtains an instance of RoundedMoney from a text string. 
642+ 	 * Obtains an instance of RoundedMoney from a text string such as 'EUR 
643+ 	 * 25.25'. 
643644	 * @param text 
644645	 * @return RoundedMoney instance 
645646	 * @throws NullPointerException 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments