You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/07 16:04:48 UTC

[logging-log4j2] branch release-2.x updated: Fix weird Javadoc comment format.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 4029222  Fix weird Javadoc comment format.
4029222 is described below

commit 4029222a4a7ece74ea96c30853d008fef938300d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 7 11:04:46 2022 -0500

    Fix weird Javadoc comment format.
---
 .../src/main/java/org/apache/log4j/LogManager.java     | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/LogManager.java b/log4j-1.2-api/src/main/java/org/apache/log4j/LogManager.java
index bdb8a2d..3f92cdf 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/LogManager.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/LogManager.java
@@ -36,29 +36,25 @@ import org.apache.logging.log4j.util.Strings;
 public final class LogManager {
 
     /**
-     * @deprecated This variable is for internal use only. It will
-     * become package protected in future versions.
-     * */
+     * @deprecated This variable is for internal use only. It will become package protected in future versions.
+     */
     @Deprecated
     public static final String DEFAULT_CONFIGURATION_FILE = "log4j.properties";
 
     /**
-     * @deprecated This variable is for internal use only. It will
-     * become private in future versions.
-     * */
+     * @deprecated This variable is for internal use only. It will become private in future versions.
+     */
     @Deprecated
     public static final String DEFAULT_CONFIGURATION_KEY = "log4j.configuration";
 
     /**
-     * @deprecated This variable is for internal use only. It will
-     * become private in future versions.
-     * */
+     * @deprecated This variable is for internal use only. It will become private in future versions.
+     */
     @Deprecated
     public static final String CONFIGURATOR_CLASS_KEY = "log4j.configuratorClass";
 
     /**
-     * @deprecated This variable is for internal use only. It will
-     * become private in future versions.
+     * @deprecated This variable is for internal use only. It will become private in future versions.
      */
     @Deprecated
     public static final String DEFAULT_INIT_OVERRIDE_KEY = "log4j.defaultInitOverride";