minor edits

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2023-12-28 20:19:48 +01:00
parent aafbd0499f
commit 2cec82beec
8 changed files with 11 additions and 31 deletions

View File

@ -18,7 +18,7 @@
<organization> <organization>
<name>QOS.ch</name> <name>QOS.CH Sarl</name>
<url>http://www.qos.ch</url> <url>http://www.qos.ch</url>
</organization> </organization>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
@ -126,24 +126,6 @@
<version>${maven-deploy-plugin.version}</version> <version>${maven-deploy-plugin.version}</version>
</plugin> </plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <version>${maven-javadoc-plugin.version}</version>-->
<!-- <configuration>-->
<!-- <verbose>true</verbose>-->
<!-- <skippedModules>-->
<!-- slf4j-ext,log4j-over-slf4j,log4j-over-slf4j-blackbox,jul-to-slf4j-blackbox,slf4j-migrator,osgi-over-slf4j-->
<!-- </skippedModules>-->
<!-- <detectLinks>true</detectLinks>-->
<!-- <doctitle>SLF4J project ${project.version}</doctitle>-->
<!-- <linksource>true</linksource>-->
<!-- <additionalOptions>-->
<!-- <additionalOption>-Xdoclint:none</additionalOption>-->
<!-- &lt;!&ndash; <additionalOption>doclint:none</additionalOption>&ndash;&gt;-->
<!-- </additionalOptions>-->
<!-- </configuration>-->
<!-- </plugin>-->
</plugins> </plugins>
</pluginManagement> </pluginManagement>

10
pom.xml
View File

@ -33,13 +33,13 @@
<modules> <modules>
<module>parent</module> <module>parent</module>
<module>slf4j-api</module> <module>slf4j-api</module>
<module>slf4j-testing</module> <module>slf4j-testing</module>
<module>slf4j-simple</module> <module>slf4j-simple</module>
<module>slf4j-nop</module> <module>slf4j-nop</module>
<module>slf4j-jdk14</module> <module>slf4j-jdk14</module>
<module>slf4j-jdk-platform-logging</module> <module>slf4j-jdk-platform-logging</module>
<module>slf4j-log4j12</module> <module>slf4j-log4j12</module>
<module>slf4j-reload4j</module> <module>slf4j-reload4j</module>
<module>slf4j-ext</module> <module>slf4j-ext</module>
<module>jcl-over-slf4j</module> <module>jcl-over-slf4j</module>
<module>jcl-over-slf4j-blackbox</module> <module>jcl-over-slf4j-blackbox</module>
@ -165,15 +165,13 @@
</executions> </executions>
<configuration> <configuration>
<verbose>true</verbose> <verbose>true</verbose>
<!-- <sourceFileExcludes>-->
<!-- <sourceFileExclude>**/xmodule-info.java</sourceFileExclude>-->
<!-- </sourceFileExcludes>-->
<skippedModules> <skippedModules>
slf4j-testing,slf4j-ext,log4j-over-slf4j,log4j-over-slf4j-blackbox,jul-to-slf4j-blackbox,slf4j-migrator,osgi-over-slf4j slf4j-testing,slf4j-ext,log4j-over-slf4j,log4j-over-slf4j-blackbox,jul-to-slf4j-blackbox,slf4j-migrator,osgi-over-slf4j
</skippedModules> </skippedModules>
<detectLinks>true</detectLinks> <detectLinks>true</detectLinks>
<doctitle>SLF4J project modules ${project.version}</doctitle> <doctitle>SLF4J project modules 2.1.0-alpha0</doctitle>
<windowtitle>SLF4J javadoc</windowtitle> <windowtitle>SLF4J javadoc</windowtitle>
<bottom><![CDATA[Copyright &copy; 2005-{currentYear} QOS.CH Sarl. All rights reserved]]></bottom>
<linksource>true</linksource> <linksource>true</linksource>
<additionalOptions> <additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption> <additionalOption>-Xdoclint:none</additionalOption>

View File

@ -1,5 +1,5 @@
/** /**
* <p>This module defines the SLF4J API. </p> * <p>This module defines the client-facing SLF4J API. </p>
* *
* <p>More specifically, the {@link org.slf4j} package contains client-facing classes and interfaces.</p> * <p>More specifically, the {@link org.slf4j} package contains client-facing classes and interfaces.</p>
* *

View File

@ -121,7 +121,7 @@ public class MDCAmbit {
} }
/** /**
* Keep track of several keys for later removal by a call to {@link #()}. * Keep track of several keys for later removal by a call to {@link #clear()} .
* @param keys * @param keys
* @return this instance * @return this instance
*/ */

View File

@ -23,7 +23,7 @@
* *
*/ */
/** /**
* Implementation of {@link System.Logger} interface relaying into SLF4J. * Implementation of {@link System.Logger} interface relaying events to SLF4J.
* *
* @since 2.0.0 * @since 2.0.0
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* A no-operation logging back-end that drops all events. * A no-operation logging provider, aka back-end, that drops all events.
*/ */
module org.slf4j.nop { module org.slf4j.nop {
requires org.slf4j; requires org.slf4j;

View File

@ -9,7 +9,7 @@ import org.slf4j.spi.MDCAdapter;
import org.slf4j.spi.SLF4JServiceProvider; import org.slf4j.spi.SLF4JServiceProvider;
/** /**
* As the name indicates, this service provider discards all events. * As the name indicates, this {#link SLF4JServiceProvider} implementation git sdiscards all events.
* *
* @author Ceki G&uuml;lc&uuml; * @author Ceki G&uuml;lc&uuml;
*/ */

View File

@ -1,7 +1,7 @@
<html> <html>
<body> <body>
<p>This is the javadocs for modules produced by the SLF4J project.</p> <p>Here are the javadocs for the modules produced by the SLF4J project.</p>
</body> </body>
</html> </html>