From ba46742f2a6638ffc9fb4029546cc2c66b286a70 Mon Sep 17 00:00:00 2001 From: Roland Haeder <roland@mxchange.org> 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 <roland@mxchange.org> --- src/java/log4j2.xml | 2 +- .../mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java | 4 ++-- .../jcoreeelogger/beans/local/logger/LoggerFactory.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/java/log4j2.xml b/src/java/log4j2.xml index 8d9a645..3741761 100644 --- a/src/java/log4j2.xml +++ b/src/java/log4j2.xml @@ -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 diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java index 60401b1..a6056d6 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.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 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") diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java index 0f6a9d1..1629f50 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.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 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 { -- 2.39.5