This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit ab942d8088aef4536304842cae986571b39eacb2 Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Oct 24 16:41:59 2018 +0200 IP review: his contribution (wrapping TransformException in IllegalArgumentException) is not present on Apache SIS. https://svn.apache.org/repos/asf/sis/ip-review/rev/16529/GridGeometry.xhtml --- .../src/main/java/org/apache/sis/coverage/grid/GridGeometry.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridGeometry.java b/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridGeometry.java index d73198b..6fb4840 100644 --- a/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridGeometry.java +++ b/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridGeometry.java @@ -79,7 +79,6 @@ import org.apache.sis.io.TableAppender; * In order to check if a property is defined, use {@link #isDefined(int)}. * * @author Martin Desruisseaux (IRD, Geomatys) - * @author Alessio Fabiani (Geosolutions) * @version 1.0 * @since 1.0 * @module
