Skip to content

Commit 87df53b

Browse files
committed
Update JavaMoneySpecification.adoc
Clarified JDK version (8.0 seemed misleading)
1 parent f42399a commit 87df53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/JavaMoneySpecification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:title: JSR 354 (Money & Currency) - Specification
44
:revnumber: 1.0-SNAPSHOT
55
:revremark: Public Final Draft
6-
:revdate: January 2015
6+
:revdate: February 2015
77
:longversion: {revnumber} ({revremark}) {revdate}
88
:authorinitials: ATR
99
:author: Anatole Tresch, Credit Suisse
@@ -300,7 +300,7 @@ as an Apache 2 licensed open source project. Though these libraries were removed
300300
ensured that scope was fully evaluated and that the parts best suited to standardization were identified.
301301

302302
=== Required Java version
303-
The specification is based on Java SE 8.0 language features. Implementations may target any suitable Java SE version,
303+
The specification is based on Java SE 8 language features. Implementations may target any suitable Java SE version,
304304
or given an increasing SE/ME correlation also matching ME versions. For users of JDK 7 a forward compatible backport of
305305
the API will be provided. This allows to design an API, which will easily fit into Java 9, but still supporting
306306
older releases, since there are many financial applications and products that will require years

0 commit comments

Comments
 (0)