This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch sonar
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit bf7852b6c0ef6605b4123fa3db5af582098d3ed1
Author: Bertil Chapuis <[email protected]>
AuthorDate: Thu Jun 13 01:08:48 2024 +0200

    Format with spotless
---
 .../main/java/org/apache/baremaps/openstreetmap/model/Header.java | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/model/Header.java
 
b/baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/model/Header.java
index 36277e0b..f017220f 100644
--- 
a/baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/model/Header.java
+++ 
b/baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/model/Header.java
@@ -24,7 +24,13 @@ import java.util.Objects;
 import java.util.StringJoiner;
 
 /** Represents a header entity in an OpenStreetMap dataset. */
-public final class Header implements Entity {
+public record Header(
+        Long replicationSequenceNumber,
+        LocalDateTime replicationTimestamp,
+                     String replicationUrl,
+        String source,
+        String writingProgram
+) implements Entity {
 
   private final Long replicationSequenceNumber;
   private final LocalDateTime replicationTimestamp;

Reply via email to