From 24a0ea35a000e930767b61e061650a1dd57733fa Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:10 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java | 4 ++-- .../jcoreeelogger/beans/local/logger/LoggerBeanLocal.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java b/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java index abfa130..dfab9f5 100644 --- a/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java +++ b/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ @Qualifier @Retention (RetentionPolicy.RUNTIME) diff --git a/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java b/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java index b0750d2..91dae70 100644 --- a/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java +++ b/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface LoggerBeanLocal extends Serializable { -- 2.39.5