]> git.mxchange.org Git - jcustomer-core.git/commitdiff
fixed copyright/author's email address to my private address
authorRoland Häder <roland@mxchange.org>
Wed, 3 Aug 2016 07:55:14 +0000 (09:55 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Aug 2016 08:08:03 +0000 (10:08 +0200)
src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java

index fa7f1ebabdbd53439341daead0289f5ba55ce87c..0aa716613d39ffa402e192199e19fbf864816382 100644 (file)
@@ -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.
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 public class EmailAddressAlreadyRegisteredException extends Exception {