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/19 15:44:52 UTC

[logging-log4j2] branch master updated: Fix package declaration.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fd9e9b  Fix package declaration.
7fd9e9b is described below

commit 7fd9e9b2dcbd7187e9f1577f806869a22e8ed19b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 19 10:44:49 2022 -0500

    Fix package declaration.
---
 .../java/org/apache/logging/log4j/plugin/processor/package-info.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-plugin-processor/src/main/java/org/apache/logging/log4j/plugin/processor/package-info.java b/log4j-plugin-processor/src/main/java/org/apache/logging/log4j/plugin/processor/package-info.java
index 481d2eb..b67bf60 100644
--- a/log4j-plugin-processor/src/main/java/org/apache/logging/log4j/plugin/processor/package-info.java
+++ b/log4j-plugin-processor/src/main/java/org/apache/logging/log4j/plugin/processor/package-info.java
@@ -19,4 +19,4 @@
  * Java annotation processor for pre-scanning Log4j 2 plugins. This is provided as an alternative to using the
  * executable {@link org.apache.logging.log4j.plugins.util.PluginManager} class in your build process.
  */
-package org.apache.logging.log4j.plugins.processor;
+package org.apache.logging.log4j.plugin.processor;