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