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 f9f9e2b20f0d54ba18079e2fe2c6ae14301e0fa4 Author: Martin Desruisseaux AuthorDate: Mon Apr 27 16:45:04 2020 +0200 Add missing serial version. --- .../src/main/java/org/apache/sis/geometry/CoordinateFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sis-referencing/src/main/java/org/apache/sis/geometry/CoordinateFormat.java b/core/sis-referencing/src/main/java/org/apache/sis/geometry/CoordinateFormat.java index a7522e6..42b00ec 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/geometry/CoordinateFormat.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/geometry/CoordinateFormat.java @@ -111,7 +111,7 @@ public class CoordinateFormat extends CompoundFormat { /** * Serial number for cross-version compatibility. */ -// private static final long serialVersionUID = -6813397580614005734L; + private static final long serialVersionUID = 6633388113040644304L; /** * Maximal number of characters to convert to {@link String} if the text to parse is not a string instance.