Skip to content

Commit fef6b35

Browse files
authored
[hue] Fix HueBridgeNupnpDiscoveryOSGITest
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
1 parent 91024be commit fef6b35

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

itests/org.openhab.binding.hue.tests/src/main/java/org/openhab/binding/hue/internal/discovery/HueBridgeNupnpDiscoveryOSGITest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,6 @@ public void thingRemoved(DiscoveryService source, ThingUID thingUID) {
217217
@Nullable Collection<ThingTypeUID> thingTypeUIDs, @Nullable ThingUID bridgeUID) {
218218
return null;
219219
}
220-
221-
@Override
222-
public @Nullable Collection<ThingUID> removeOlderResults(DiscoveryService source, long timestamp,
223-
@Nullable Collection<ThingTypeUID> thingTypeUIDs, @Nullable ThingUID bridgeUID) {
224-
return null;
225-
}
226220
});
227221

228222
// missing ip

0 commit comments

Comments
 (0)