From 4149b616e987cfea27c07a113775acb5b7514cac Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:11 +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 --- nbproject/project.properties | 2 +- src/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java | 4 ++-- .../pizzaapplication/application/PizzaApplication.java | 4 ++-- .../pizzaapplication/application/PizzaServiceApplication.java | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 52c0a88..cd76b87 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -4,7 +4,7 @@ annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output application.title=pizzaservice-swing -application.vendor=Roland Haeder +application.vendor=Roland H\u00e4der auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form diff --git a/src/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java b/src/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java index 153d13b..a126ac6 100644 --- a/src/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java +++ b/src/org/mxchange/pizzaapplication/BasePizzaServiceSystem.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 org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; /** * A general Pizza-Service class *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BasePizzaServiceSystem extends BaseFrameworkSystem { diff --git a/src/org/mxchange/pizzaapplication/application/PizzaApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaApplication.java index 5b9ad3e..8e0c56d 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaApplication.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 @@ -28,7 +28,7 @@ import org.mxchange.jshopcore.model.product.Product; /** * - * @author Roland Haeder + * @author Roland Häder */ public interface PizzaApplication extends Application { diff --git a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 51a91f0..52a842c 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.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 @@ -30,7 +30,7 @@ import org.mxchange.pizzaapplication.BasePizzaServiceSystem; /** * Main application class *

- * @author Roland Haeder + * @author Roland Häder */ public class PizzaServiceApplication extends BasePizzaServiceSystem implements PizzaApplication { -- 2.39.5