Remove deprecated ConfigOptionProvider.getParameterOptions method (#8556)

Related to openhab/openhab-core#1667

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-09-23 20:28:23 +02:00
committed by GitHub
parent 9c16f3c6f5
commit 12bef45ff8
3 changed files with 0 additions and 15 deletions

View File

@@ -206,11 +206,6 @@ public class GPSTrackerHandlerFactory extends BaseThingHandlerFactory implements
super.deactivate(componentContext);
}
@Override
public @Nullable Collection<ParameterOption> getParameterOptions(URI uri, String param, @Nullable Locale locale) {
return getParameterOptions(uri, param, null, locale);
}
@Override
public @Nullable Collection<ParameterOption> getParameterOptions(URI uri, String param, @Nullable String context,
@Nullable Locale locale) {