Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -48,7 +48,7 @@ public class TripLabelAttributeTest {
assertThat(attribute.getValue(new TripLabel()), is(nullValue()));
assertThat(attribute.getState(new TripLabel()), is(nullValue()));
// Create an trip label and set the attribute value.
// Create a trip label and set the attribute value.
final TripLabel labelWithValueSet = new TripLabel();
setValue.accept(labelWithValueSet);

View File

@@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable;
import org.openhab.binding.deutschebahn.internal.timetable.dto.Timetable;
/**
* Stub Implementation of {@link TimetablesV1Api}, that may return an preconfigured Timetable or
* Stub Implementation of {@link TimetablesV1Api}, that may return a preconfigured Timetable or
* throws an {@link IOException} if not data has been set.
*
* @author Sönke Küper - initial contribution