review null annotation and null pointer warning

Signed-off-by: Laurent ARNAL <laurent@clae.net>
This commit is contained in:
Laurent ARNAL 2024-02-02 09:49:52 +01:00
parent 34459b3a48
commit 4a19a1d243

View File

@ -26,5 +26,4 @@ import org.eclipse.jetty.jaas.spi.UserInfo;
public class TempoResponse extends HashMap<String, String> {
@java.io.Serial
private static final long serialVersionUID = 362498820763181264L;
}