We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0262d commit 650569aCopy full SHA for 650569a
log4j-api/pom.xml
@@ -30,12 +30,10 @@
30
31
<name>Apache Log4j API</name>
32
33
- <description>
34
- The logging API of the Log4j project.
+ <description>The logging API of the Log4j project.
35
Library and application code can log against this API.
36
It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
37
- Production applications are recommended to use it in combination with a fully-fledged implementation, such as Log4j Core.
38
- </description>
+ Production applications are recommended to use it in combination with a fully-fledged implementation, such as Log4j Core.</description>
39
40
<properties>
41
<maven.javadoc.skip>false</maven.javadoc.skip>
0 commit comments