From 34c0650a9d3dcff007ea07fa820838612975ef3d 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/jcore/BaseFrameworkSystem.java | 4 ++-- src/org/mxchange/jcore/FrameworkInterface.java | 4 ++-- src/org/mxchange/jcore/application/Application.java | 4 ++-- src/org/mxchange/jcore/application/BaseApplication.java | 4 ++-- src/org/mxchange/jcore/client/BaseClient.java | 4 ++-- src/org/mxchange/jcore/client/Client.java | 4 ++-- .../jcore/exceptions/FrameAlreadyInitializedException.java | 4 ++-- .../jcore/exceptions/MenuInitializationException.java | 4 ++-- .../jcore/exceptions/UnhandledUserChoiceException.java | 4 ++-- src/org/mxchange/jcore/facade/BaseFacade.java | 4 ++-- src/org/mxchange/jcore/facade/Facade.java | 4 ++-- .../jcore/manager/application/ApplicationManager.java | 4 ++-- .../jcore/manager/application/ManageableApplication.java | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index 9da5759..02fe3d4 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.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 @@ -25,7 +25,7 @@ import org.mxchange.jcore.facade.Facade; /** * General class *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseFrameworkSystem implements FrameworkInterface { diff --git a/src/org/mxchange/jcore/FrameworkInterface.java b/src/org/mxchange/jcore/FrameworkInterface.java index 0b2ce4e..6293521 100644 --- a/src/org/mxchange/jcore/FrameworkInterface.java +++ b/src/org/mxchange/jcore/FrameworkInterface.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.facade.Facade; /** * A general interface which should be always expanded *

- * @author Roland Haeder + * @author Roland Häder */ public interface FrameworkInterface { diff --git a/src/org/mxchange/jcore/application/Application.java b/src/org/mxchange/jcore/application/Application.java index ca0d711..0e001dd 100644 --- a/src/org/mxchange/jcore/application/Application.java +++ b/src/org/mxchange/jcore/application/Application.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.exceptions.MenuInitializationException; /** * - * @author Roland Haeder + * @author Roland Häder */ public interface Application extends FrameworkInterface { diff --git a/src/org/mxchange/jcore/application/BaseApplication.java b/src/org/mxchange/jcore/application/BaseApplication.java index 8aa745b..b7ea5b3 100644 --- a/src/org/mxchange/jcore/application/BaseApplication.java +++ b/src/org/mxchange/jcore/application/BaseApplication.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 @@ -21,7 +21,7 @@ import org.mxchange.jcore.BaseFrameworkSystem; /** * A general application class *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseApplication extends BaseFrameworkSystem implements Application { diff --git a/src/org/mxchange/jcore/client/BaseClient.java b/src/org/mxchange/jcore/client/BaseClient.java index 1ec29a6..7d696bd 100644 --- a/src/org/mxchange/jcore/client/BaseClient.java +++ b/src/org/mxchange/jcore/client/BaseClient.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.BaseFrameworkSystem; /** * A general client *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseClient extends BaseFrameworkSystem implements Client { diff --git a/src/org/mxchange/jcore/client/Client.java b/src/org/mxchange/jcore/client/Client.java index 5a0b3a8..f6def15 100644 --- a/src/org/mxchange/jcore/client/Client.java +++ b/src/org/mxchange/jcore/client/Client.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.FrameworkInterface; /** * An interface for application clients *

- * @author Roland Haeder + * @author Roland Häder */ public interface Client extends FrameworkInterface { diff --git a/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java b/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java index b570f7a..e129436 100644 --- a/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java +++ b/src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.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 @@ -19,7 +19,7 @@ package org.mxchange.jcore.exceptions; /** * This exception is thrown when initFrame() is called twice. *

- * @author Roland Haeder + * @author Roland Häder */ public class FrameAlreadyInitializedException extends Exception { diff --git a/src/org/mxchange/jcore/exceptions/MenuInitializationException.java b/src/org/mxchange/jcore/exceptions/MenuInitializationException.java index fe88501..3c093fd 100644 --- a/src/org/mxchange/jcore/exceptions/MenuInitializationException.java +++ b/src/org/mxchange/jcore/exceptions/MenuInitializationException.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 @@ -19,7 +19,7 @@ package org.mxchange.jcore.exceptions; /** * This exception is thrown when the menu cannot be initialized. *

- * @author Roland Haeder + * @author Roland Häder */ public class MenuInitializationException extends Exception { diff --git a/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java b/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java index d014b4b..728cb85 100644 --- a/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java +++ b/src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.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 @@ -20,7 +20,7 @@ package org.mxchange.jcore.exceptions; * This exception is thrown when the user made a valid choice but it was not * handled by the program. *

- * @author Roland Haeder + * @author Roland Häder */ public class UnhandledUserChoiceException extends Exception { diff --git a/src/org/mxchange/jcore/facade/BaseFacade.java b/src/org/mxchange/jcore/facade/BaseFacade.java index 9891c73..2651e88 100644 --- a/src/org/mxchange/jcore/facade/BaseFacade.java +++ b/src/org/mxchange/jcore/facade/BaseFacade.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 @@ -21,7 +21,7 @@ import org.mxchange.jcore.BaseFrameworkSystem; /** * A general manager *

- * @author Roland Haeder + * @author Roland Häder * @version 0.0 */ public abstract class BaseFacade extends BaseFrameworkSystem implements Facade { diff --git a/src/org/mxchange/jcore/facade/Facade.java b/src/org/mxchange/jcore/facade/Facade.java index 4fe4668..ab20591 100644 --- a/src/org/mxchange/jcore/facade/Facade.java +++ b/src/org/mxchange/jcore/facade/Facade.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.FrameworkInterface; /** * A general interface for any kind of facade classes *

- * @author Roland Haeder + * @author Roland Häder */ public interface Facade extends FrameworkInterface { diff --git a/src/org/mxchange/jcore/manager/application/ApplicationManager.java b/src/org/mxchange/jcore/manager/application/ApplicationManager.java index 3643c38..08fac5c 100644 --- a/src/org/mxchange/jcore/manager/application/ApplicationManager.java +++ b/src/org/mxchange/jcore/manager/application/ApplicationManager.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 @@ -23,7 +23,7 @@ import org.mxchange.jcore.facade.BaseFacade; /** * Application manager *

- * @author Roland Haeder + * @author Roland Häder */ public class ApplicationManager extends BaseFacade implements ManageableApplication { diff --git a/src/org/mxchange/jcore/manager/application/ManageableApplication.java b/src/org/mxchange/jcore/manager/application/ManageableApplication.java index 486af2e..3d1bd0f 100644 --- a/src/org/mxchange/jcore/manager/application/ManageableApplication.java +++ b/src/org/mxchange/jcore/manager/application/ManageableApplication.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 org.mxchange.jcore.facade.Facade; /** * An interface for application manager *

- * @author Roland Haeder + * @author Roland Häder */ public interface ManageableApplication extends Facade { -- 2.39.5