preparing document module
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
/* © SRSoftware 2025 */
|
||||
package de.srsoftware.umbrella.core.model;
|
||||
|
||||
import de.srsoftware.umbrella.core.UmbrellaException;
|
||||
|
||||
import static de.srsoftware.tools.Optionals.allSet;
|
||||
import static java.net.HttpURLConnection.HTTP_BAD_REQUEST;
|
||||
import static java.text.MessageFormat.format;
|
||||
|
||||
import de.srsoftware.umbrella.core.UmbrellaException;
|
||||
|
||||
public class EmailAddress {
|
||||
private final String email;
|
||||
|
||||
Reference in New Issue
Block a user