[infrastructure] add external null-annotations (#8848)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
@@ -211,7 +211,7 @@ public abstract class AbstractModbusOSGiTest extends JavaOSGiTest {
|
||||
addedLinks.add(link);
|
||||
}
|
||||
|
||||
protected List<State> getStateUpdates(String itemName) {
|
||||
protected @Nullable List<State> getStateUpdates(String itemName) {
|
||||
return stateSubscriber.stateUpdates.get(itemName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user