[feed] Minor improvements for Feed Binding (#8824)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp
2020-10-21 17:53:46 +02:00
committed by GitHub
parent 44e3f9c90f
commit 333cae9e72
7 changed files with 91 additions and 87 deletions

View File

@@ -93,7 +93,7 @@ public class FeedHandlerTest extends JavaOSGiTest {
/**
* It is updated from mocked {@link StateChangeListener#stateUpdated() }
*/
private StringType currentItemState = null;
private StringType currentItemState;
// Required services for the test
private ManagedThingProvider managedThingProvider;

View File

@@ -12,11 +12,13 @@
*/
package org.openhab.binding.feed.test;
import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* This interface is used to mark tests that take too much time
*
* @author Svilen Valkanov
* @author Svilen Valkanov - Initial contribution
*/
@NonNullByDefault
public interface SlowTests {
}