Skip to content

Commit 133e18f

Browse files
authored
Merge pull request #117 from marschall/CurrencyQuery-class-comment-timestamp
Update CurrencyQuery to Make Timestamp Optional
2 parents 6887230 + 00c3d16 commit 133e18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/javax/money/CurrencyQuery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* provides information such as
2727
* <ul>
2828
* <li>the providers that may provide {@link CurrencyUnit} instances
29-
* <li>a target timestamp / temporal unit, when the {@link CurrencyUnit} instances should be valid
30-
* <li>any other attributes, identified by the attribute type, e.g. regions, tenants etc.
29+
* <li>any other attributes, identified by the attribute type, e.g. regions, tenants,
30+
* a target timestamp / temporal unit, when the {@link CurrencyUnit} instances should be valid, etc.
3131
* </ul>
3232
* The effective attributes supported are only determined by the implementations of {@link javax.money.spi
3333
* .CurrencyProviderSpi}.

0 commit comments

Comments
 (0)