This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 32dcf76 committing clean up modifications
new 43ee5f7 Documentation updates, replace StringBuffer by StringBuilder
and fix a NullPointerException.
new 79f4643 Replace usage of Math.nextUp(double) by Math.nextDown(double)
where appropriate.
new ed8ae65 Better error message in the common case where the range of
valid values is (0…n].
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/sis/openoffice/Registration.java | 4 +-
.../internal/jaxb/metadata/RS_ReferenceSystem.java | 5 ++-
.../org/apache/sis/coverage/grid/GridGeometry.java | 2 +-
.../java/org/apache/sis/parameter/Verifier.java | 49 ++++++++++++----------
.../sis/referencing/factory/sql/package-info.java | 2 +-
.../projection/ConformalProjectionTest.java | 2 +-
.../projection/LambertConicConformalTest.java | 36 ++++++++--------
.../operation/projection/MercatorTest.java | 8 ++--
.../java/org/apache/sis/measure/NumberRange.java | 13 ++----
.../apache/sis/util/resources/Errors.properties | 2 +-
.../org/apache/sis/index/tree/QuadTreeWriter.java | 17 ++++----
11 files changed, 72 insertions(+), 68 deletions(-)