From ebf2e472b3f33ca9af4d98b2cc15371af503d214 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Fri, 12 Mar 2021 05:54:12 +0500 Subject: [PATCH] Fix typo in TermuxPropertyConstants --- .../app/settings/properties/TermuxPropertyConstants.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/termux/app/settings/properties/TermuxPropertyConstants.java b/app/src/main/java/com/termux/app/settings/properties/TermuxPropertyConstants.java index 9b8731a6..a68e0466 100644 --- a/app/src/main/java/com/termux/app/settings/properties/TermuxPropertyConstants.java +++ b/app/src/main/java/com/termux/app/settings/properties/TermuxPropertyConstants.java @@ -29,7 +29,7 @@ import java.util.Set; * This class will be hosted by termux-app and should be imported by other termux plugin apps as is * instead of copying constants to random classes. The 3rd party apps can also import it for * interacting with termux apps. If changes are made to this file, increment the version number - * * and add an entry in the Changelog section above. + * and add an entry in the Changelog section above. * * The properties are loaded from the first file found at * {@link TermuxConstants#TERMUX_PROPERTIES_PRIMARY_FILE_PATH} or @@ -66,7 +66,6 @@ public final class TermuxPropertyConstants { - /** Defines the key for whether to use black UI */ public static final String KEY_USE_BLACK_UI = "use-black-ui"; // Default: "use-black-ui"