mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 05:08:03 +01:00
Remove redundant @NotNull annotation
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
package org.whispersystems.textsecuregcm.configuration;
|
||||
|
||||
import javax.validation.constraints.NotEmpty;
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
public record AdminEventLoggingConfiguration(
|
||||
@NotNull @NotEmpty String credentials,
|
||||
@NotNull @NotEmpty String projectId,
|
||||
@NotNull @NotEmpty String logName) {
|
||||
@NotEmpty String credentials,
|
||||
@NotEmpty String projectId,
|
||||
@NotEmpty String logName) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user