From 81e21c36528bd9b8aa7ba5fd2a39a71a439dd633 Mon Sep 17 00:00:00 2001 From: DieGurke <55625494+DieGurke@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:30:40 +0100 Subject: [PATCH] Fixed Javadoc comment --- src/main/java/envoy/client/ui/settings/NewThemeScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/envoy/client/ui/settings/NewThemeScreen.java b/src/main/java/envoy/client/ui/settings/NewThemeScreen.java index 48df3b0..3fb2db0 100644 --- a/src/main/java/envoy/client/ui/settings/NewThemeScreen.java +++ b/src/main/java/envoy/client/ui/settings/NewThemeScreen.java @@ -39,7 +39,7 @@ public class NewThemeScreen extends JDialog { /** * Creates a window, where you can choose a name for a new {@link Theme}.
* There are two versions of this Window. The first one is responsible for - * choosing the name, the second one appears, the the name already exists. + * choosing the name, the second one appears, if the name already exists. * * @param parentClass The class, where this constructor is invoked. * @since Envoy v0.3-alpha