Skip to content

Commit a3ee283

Browse files
committed
Merge branch 'master' of https://github.com/JavaMoney/jsr354-api
2 parents 4875435 + 09bd843 commit a3ee283

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT.
66
IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT
77
THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification")
8-
Copyright (c) 2012-2013, Credit Suisse All rights reserved. -->
8+
Copyright (c) 2012-2015, Credit Suisse All rights reserved. -->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1111

@@ -190,8 +190,8 @@
190190
</developers>
191191

192192
<ciManagement>
193-
<system>Jenkins</system>
194-
<url>https://jsr354.ci.cloudbees.com/</url>
193+
<system>Travis CI</system>
194+
<url>https://travis-ci.org/JavaMoney/jsr354-api</url>
195195
</ciManagement>
196196

197197
<mailingLists>

src/main/asciidoc/JavaMoneySpecification.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ JSR 354 targets to support all general application areas, e.g.
280280
* etc.
281281

282282
This specification will not discuss low latency concerns as required for example by algorithmic trading applications.
283-
Nevertheless the API was designed to support different implementations of monetary amounts and allows to be extended in
283+
Nevertheless the API was designed to support different implementations of monetary amounts and allows for extension in
284284
several ways. So it should be flexible enough that corresponding implementations can be used transparently to
285285
accommodate such applications.
286286

@@ -869,8 +869,8 @@ public abstract class NumberValue extends java.lang.Number{
869869
870870
Hereby
871871
872-
. +getNumberType()+ provides information about the numeric representation used internally. It does explicitly not
873-
constraint the type returned to be a subtype of +java.lang.Number+ to allow also alternate implementations used.
872+
. +getNumberType()+ provides information about the numeric representation used internally. It explicitly does not
873+
constrain the type returned to be a subtype of +java.lang.Number+ to allow alternate implementations to be used.
874874
. +intValueExact(), longValueExact(), doubleValueExact()+ extend the methods defined in +java.lang.Number+, with their
875875
exact variants. Exact means, that it is required to throw an +ArithmeticException+, if the current numeric value must
876876
be truncated to fit into the required target type. So in the following cases an exception must be thrown:
@@ -2690,9 +2690,9 @@ The implementation that implements the API’s SPI may use a different logging a
26902690
== Meta-Data Contexts and Query Models ==
26912691
=== Overview ===
26922692
2693-
The JSR uses a unified meta-data model to support more advanced use cases, which are not explicitly specified.
2694-
Mostly reasons for not specifying these aspects is that these things are highly use case and organization dependent
2695-
aspects. In general there are 2 flavors of meta-data used throughout the JSR:
2693+
The JSR uses a unified meta-data model to support more advanced use cases, which are not explicitly specified.
2694+
The main reason for not specifying these aspects is that they are highly use case and organization dependent.
2695+
In general there are two flavors of meta-data used throughout the JSR:
26962696
26972697
. _Contexts_ provide additional information on value types or services, such as currencies, amounts, conversions or
26982698
formats. Contexts are accessible directly from the corresponding value types, by calling methods named

0 commit comments

Comments
 (0)