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"