Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -17,7 +17,7 @@ import org.openhab.binding.deutschebahn.internal.filter.TimetableStopPredicate;
import org.openhab.binding.deutschebahn.internal.timetable.dto.TimetableStop;
/**
* Filter that selects {@link TimetableStop}, if they have an departure or an arrival element (or both).
* Filter that selects {@link TimetableStop}, if they have a departure or an arrival element (or both).
*
* @author Sönke Küper - initial contribution.
*/
@@ -35,7 +35,7 @@ public enum TimetableStopFilter implements TimetableStopPredicate {
},
/**
* Selects only stops with an departure.
* Selects only stops with a departure.
*/
DEPARTURES {
@Override

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.deutschebahn.internal.filter;
import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* A token representing an closing bracket.
* A token representing a closing bracket.
*
* @author Sönke Küper - Initial contribution.
*/

View File

@@ -180,7 +180,7 @@ public final class FilterParser {
}
/**
* State while parsing an disjunction.
* State while parsing a disjunction.
*/
private static final class OrState extends State {