mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-30 00:51:58 +01:00
review null annotation and null pointer warning
Signed-off-by: Laurent ARNAL <laurent@clae.net>
This commit is contained in:
parent
34459b3a48
commit
4a19a1d243
@ -26,5 +26,4 @@ import org.eclipse.jetty.jaas.spi.UserInfo;
|
|||||||
public class TempoResponse extends HashMap<String, String> {
|
public class TempoResponse extends HashMap<String, String> {
|
||||||
@java.io.Serial
|
@java.io.Serial
|
||||||
private static final long serialVersionUID = 362498820763181264L;
|
private static final long serialVersionUID = 362498820763181264L;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user