Typos a/an (#13812)

This commit is contained in:
Дилян Палаузов
2022-12-01 15:30:50 +02:00
committed by GitHub
parent 622654ff1d
commit 78534e8106
105 changed files with 144 additions and 143 deletions

View File

@@ -53,7 +53,7 @@ public class DarkSkyDiscoveryService extends AbstractDiscoveryService {
private final DarkSkyAPIHandler bridgeHandler;
/**
* Creates an DarkSkyLocationDiscoveryService.
* Creates a DarkSkyLocationDiscoveryService.
*/
public DarkSkyDiscoveryService(DarkSkyAPIHandler bridgeHandler, LocationProvider locationProvider,
LocaleProvider localeProvider, TranslationProvider i18nProvider) {

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.darksky.internal.model;
/**
* The {@link DarkSkyCurrentlyData} is the Java class used to map the JSON response to an Dark Sky request.
* The {@link DarkSkyCurrentlyData} is the Java class used to map the JSON response to a Dark Sky request.
*
* @author Christoph Weitkamp - Initial contribution
*/

View File

@@ -17,7 +17,7 @@ import java.util.List;
import org.eclipse.jdt.annotation.Nullable;
/**
* The {@link DarkSkyDailyData} is the Java class used to map the JSON response to an Dark Sky request.
* The {@link DarkSkyDailyData} is the Java class used to map the JSON response to a Dark Sky request.
*
* @author Christoph Weitkamp - Initial contribution
*/

View File

@@ -17,7 +17,7 @@ import java.util.List;
import org.eclipse.jdt.annotation.Nullable;
/**
* The {@link DarkSkyHourlyData} is the Java class used to map the JSON response to an Dark Sky request.
* The {@link DarkSkyHourlyData} is the Java class used to map the JSON response to a Dark Sky request.
*
* @author Christoph Weitkamp - Initial contribution
*/

View File

@@ -17,7 +17,7 @@ import java.util.List;
import org.eclipse.jdt.annotation.Nullable;
/**
* The {@link DarkSkyJsonWeatherData} is the Java class used to map the JSON response to an Dark Sky request.
* The {@link DarkSkyJsonWeatherData} is the Java class used to map the JSON response to a Dark Sky request.
*
* @author Christoph Weitkamp - Initial contribution
*/