From b4819a836521011eb9fee8d26400a34ac4410c06 Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Mon, 13 Sep 2021 17:37:30 +0200 Subject: [PATCH] Fix typo --- .../plantuml/SourceFileReaderAbstract.java | 4 ++-- src/net/sourceforge/plantuml/version/License.java | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java b/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java index 7e33495b4..970bc6fd8 100644 --- a/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java +++ b/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java @@ -64,8 +64,8 @@ public abstract class SourceFileReaderAbstract implements ISourceFileReader { protected File outputDirectory; protected File outputFile; - protected BlockUmlBuilder builder; - protected FileFormatOption fileFormatOption; + protected final BlockUmlBuilder builder; + protected /*final*/ FileFormatOption fileFormatOption; private boolean checkMetadata; private boolean noerror; diff --git a/src/net/sourceforge/plantuml/version/License.java b/src/net/sourceforge/plantuml/version/License.java index d2f5a5134..cc5c8b91e 100644 --- a/src/net/sourceforge/plantuml/version/License.java +++ b/src/net/sourceforge/plantuml/version/License.java @@ -78,7 +78,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the MIT License."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the MIT), then the generated images are logically covered"); @@ -110,7 +110,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the Eclipse Public License."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the EPL), then the generated images are logically covered"); @@ -150,7 +150,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the Eclipse Public License."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the BSD), then the generated images are logically covered"); @@ -178,7 +178,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the Apache license."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the Apache), then the generated images are logically covered"); @@ -204,7 +204,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the GPL license."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the GPL), then the generated images are logically covered"); @@ -230,7 +230,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the GPL license."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("also this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the GPL), then the generated images are logically covered"); @@ -256,7 +256,7 @@ public enum License { text.add(" "); text.add("The generated images can then be used without any reference to the LGPL license."); text.add("It is not even necessary to stipulate that they have been generated with PlantUML,"); - text.add("although this will be appreciate by PlantUML team."); + text.add("although this will be appreciated by the PlantUML team."); text.add(" "); text.add("There is an exception : if the textual description in PlantUML language is also covered"); text.add("by a license (like the LGPL), then the generated images are logically covered");