]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/log4j2.xml
src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java
src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java

index 8d9a6455c141f14852798a4dd62cfdc21059eaf2..3741761ae97430f8041162218c6ba1b02c14a39e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016 Roland Haeder
+Copyright (C) 2016 Roland Häder
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
index 60401b18cc98fb44fb24d200e255608e475db678..a6056d69217243a26331dd0071ec8637ba202323 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -24,7 +24,7 @@ import org.apache.logging.log4j.Logger;
 /**
  * A "centralized" logger bean
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Startup
 @Singleton (name = "logger", description = "A centralized logger bean")
index 0f6a9d1796e6c787221db385710eb7b7f6594670..1629f503088fad01b1b28ee02d6ce86fcbab38b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -25,7 +25,7 @@ import org.apache.logging.log4j.Logger;
 /**
  * A logger factory
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class LoggerFactory {