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;