]> git.mxchange.org Git - jcore.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>
13 files changed:
src/org/mxchange/jcore/BaseFrameworkSystem.java
src/org/mxchange/jcore/FrameworkInterface.java
src/org/mxchange/jcore/application/Application.java
src/org/mxchange/jcore/application/BaseApplication.java
src/org/mxchange/jcore/client/BaseClient.java
src/org/mxchange/jcore/client/Client.java
src/org/mxchange/jcore/exceptions/FrameAlreadyInitializedException.java
src/org/mxchange/jcore/exceptions/MenuInitializationException.java
src/org/mxchange/jcore/exceptions/UnhandledUserChoiceException.java
src/org/mxchange/jcore/facade/BaseFacade.java
src/org/mxchange/jcore/facade/Facade.java
src/org/mxchange/jcore/manager/application/ApplicationManager.java
src/org/mxchange/jcore/manager/application/ManageableApplication.java

index 9da57591e1150dc9bc25bbc0868d53cf7a2196c1..02fe3d4b10bbbeaafa4526864712b42c7e1f9b98 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
@@ -25,7 +25,7 @@ import org.mxchange.jcore.facade.Facade;
 /**
  * General class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseFrameworkSystem implements FrameworkInterface {
 
index 0b2ce4e873f9cc37bd96480f23f33359cf7a371e..6293521faf3fde5817e70de124b16c4e8b816b46 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.facade.Facade;
 /**
  * A general interface which should be always expanded
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface FrameworkInterface {
 
index ca0d711c286dee2c1846d178042d9bce7441bbd1..0e001dd579c0022cb6338420a04fe9f9418cf0f6 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.exceptions.MenuInitializationException;
 
 /**
  *
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Application extends FrameworkInterface {
 
index 8aa745b236f0c900bc5791fbe1872173a62ad29d..b7ea5b351a72fa76adf73559d03c37e21b89ca64 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
@@ -21,7 +21,7 @@ import org.mxchange.jcore.BaseFrameworkSystem;
 /**
  * A general application class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseApplication extends BaseFrameworkSystem implements Application {
 
index 1ec29a65168a1065d549620d25c0fb623e35edde..7d696bd8937d87d9b2a0b3d80b4e197cb6591f58 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.BaseFrameworkSystem;
 /**
  * A general client
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseClient extends BaseFrameworkSystem implements Client {
 
index 5a0b3a8f60660eadd403f931685d42f828cfd32a..f6def152f0be9f9edbc56bda37fe91ad07a3fbf7 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.FrameworkInterface;
 /**
  * An interface for application clients
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Client extends FrameworkInterface {
 
index b570f7a410ab1fd88633b7b3e54131609d98ab84..e12943625d519ea7537a52aec1cf938e371cde9a 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
@@ -19,7 +19,7 @@ package org.mxchange.jcore.exceptions;
 /**
  * This exception is thrown when initFrame() is called twice.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class FrameAlreadyInitializedException extends Exception {
 
index fe8850176fe2f3f16dc045c5291b15b9c0807b63..3c093fd8741602166aedafa1692e998c4f5ffa75 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
@@ -19,7 +19,7 @@ package org.mxchange.jcore.exceptions;
 /**
  * This exception is thrown when the menu cannot be initialized.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class MenuInitializationException extends Exception {
 
index d014b4bf47b8c90eaee13ea57facf16137d45e97..728cb8503123de15cc9ef79884ece4edf101e8c4 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
@@ -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.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UnhandledUserChoiceException extends Exception {
 
index 9891c7354960eed1dcecc8250ef07c8f620d698b..2651e88c6fec5e9139bbd2957a7b26e86882e2e1 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
@@ -21,7 +21,7 @@ import org.mxchange.jcore.BaseFrameworkSystem;
 /**
  * A general manager
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @version 0.0
  */
 public abstract class BaseFacade extends BaseFrameworkSystem implements Facade {
index 4fe466892bcc14acfbd7089c0721db6bfeb38f3a..ab2059155895a34cbf2188bec2d455435025056f 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.FrameworkInterface;
 /**
  * A general interface for any kind of facade classes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Facade extends FrameworkInterface {
 
index 3643c3800572e7de86605e0653f10e9b30ad5e55..08fac5c010ebaca1c1cc1fa8129f5aeb5eb1c8da 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
@@ -23,7 +23,7 @@ import org.mxchange.jcore.facade.BaseFacade;
 /**
  * Application manager
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ApplicationManager extends BaseFacade implements ManageableApplication {
 
index 486af2ef5dbc5ee39b7cfb2c53c88dcb4345b5ad..3d1bd0f9f3b327a2a95874dfa824de1effde7249 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 org.mxchange.jcore.facade.Facade;
 /**
  * An interface for application manager
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ManageableApplication extends Facade {