[infrastructure] add external null-annotations (#8848)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
@@ -186,7 +186,7 @@ public class DeviceStructureManager {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public Device getBridgeDevice() {
|
||||
public @Nullable Device getBridgeDevice() {
|
||||
return getDeviceMap().get(bridgeDeviceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user