From b790e65bd3895777fc56a5d70db69f901ab609d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 3 Aug 2016 09:55:14 +0200 Subject: [PATCH] fixed copyright/author's email address to my private address --- .../exceptions/EmailAddressAlreadyRegisteredException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java index fa7f1eb..0aa7166 100644 --- a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Galdora e.K. + * Copyright (C) 2016 Roland Haeder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ import org.mxchange.jcustomercore.model.customer.Customer; /** * An exception thrown when the recruiter's email address is already registered. *

- * @author Roland Haeder + * @author Roland Haeder */ public class EmailAddressAlreadyRegisteredException extends Exception { -- 2.39.5