You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2020/04/27 21:10:57 UTC

[sis] 01/02: Add missing serial version.

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 <ma...@geomatys.com>
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<DirectPosition> {
     /**
      * 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.