Typos a/an (#13812)
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user