]> git.mxchange.org Git - jcore-logger-lib.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/org/mxchange/jcoreeelogger/beans/local/logger/Log.java
src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java

index abfa130a658d7dcb413a08e8a591cb4e46487257..dfab9f585400aa16ed4478489e25401c0a56b7b0 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 General Public License as published by
@@ -27,7 +27,7 @@ import javax.inject.Qualifier;
  * http://memorynotfound.com/java-se-unit-testing-cdi-junit-jboss-weld-se/ and
  * has been slightly modified to make it work.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Qualifier
 @Retention (RetentionPolicy.RUNTIME)
index b0750d2136a2b67d932e95b428f232bbc385aec7..91dae70bb9936634ce7b9a8d4df36ab798bfda97 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 General Public License as published by
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for "centralized" logger
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface LoggerBeanLocal extends Serializable {