From adde3394141525bce75f74229b994906525a6912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20L=27hopital?= Date: Tue, 10 Nov 2020 18:03:34 +0100 Subject: [PATCH] [VigiCrues] Adding missing header to HubEauResponse (#8996) * Adding missing header to HubEauResponse * Hard to merge ! Signed-off-by: clinique --- .../internal/dto/hubeau/HubEauResponse.java | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.vigicrues/src/main/java/org/openhab/binding/vigicrues/internal/dto/hubeau/HubEauResponse.java b/bundles/org.openhab.binding.vigicrues/src/main/java/org/openhab/binding/vigicrues/internal/dto/hubeau/HubEauResponse.java index 3aea34b38..651bf19d6 100644 --- a/bundles/org.openhab.binding.vigicrues/src/main/java/org/openhab/binding/vigicrues/internal/dto/hubeau/HubEauResponse.java +++ b/bundles/org.openhab.binding.vigicrues/src/main/java/org/openhab/binding/vigicrues/internal/dto/hubeau/HubEauResponse.java @@ -1,9 +1,27 @@ +/** + * Copyright (c) 2010-2020 Contributors to the openHAB project + * + * See the NOTICE file(s) distributed with this work for additional + * information. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 + */ package org.openhab.binding.vigicrues.internal.dto.hubeau; import java.util.List; import com.google.gson.annotations.SerializedName; +/** + * The {@link HubEauResponse} is the Java class used to map the JSON + * response to an HubEau webservice endpoint request. + * + * @author Gaƫl L'hopital - Initial contribution + */ public class HubEauResponse { public class StationData { @SerializedName("en_service") @@ -130,7 +148,7 @@ public class HubEauResponse { public List stations; /* - * Currently unused, maybe interesting in the future + * Currently unused, could be interesting in the future * public String first; * public String last; * public String prev;