Skip to content

Commit 335aa03

Browse files
author
otaviojava
committed
add more information in javadocs.
1 parent ffea7f3 commit 335aa03

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/main/java/org/javamoney/moneta/FastMoney.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/java/org/javamoney/moneta/Money.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/java/org/javamoney/moneta/RoundedMoney.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)