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/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 475783a  Whitespace
475783a is described below

commit 475783ae618cbf2f866c0388b12b6923444ecc39
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 27 09:03:28 2024 -0500

    Whitespace
---
 ant/src/main/java/org/apache/commons/weaver/ant/package-info.java        | 1 +
 .../src/main/java/org/apache/commons/weaver/maven/package-info.java      | 1 +
 .../src/main/java/org/apache/commons/weaver/lifecycle/package-info.java  | 1 +
 .../src/main/java/org/apache/commons/weaver/model/package-info.java      | 1 +
 processor/src/main/java/org/apache/commons/weaver/package-info.java      | 1 +
 processor/src/main/java/org/apache/commons/weaver/spi/package-info.java  | 1 +
 .../src/main/java/org/apache/commons/weaver/utils/package-info.java      | 1 +
 7 files changed, 7 insertions(+)

diff --git a/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java 
b/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java
index 6b523c4..b935f05 100644
--- a/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java
+++ b/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Integration with Apache Ant.
  */
diff --git 
a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java 
b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java
index 3c78c52..e6f93d3 100644
--- 
a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java
+++ 
b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Integration with Apache Maven.
  */
diff --git 
a/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java 
b/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java
index d0480fa..3157ddb 100755
--- 
a/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java
+++ 
b/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 /**
  * Weave lifecycle package.
  * @since 1.2
diff --git 
a/processor/src/main/java/org/apache/commons/weaver/model/package-info.java 
b/processor/src/main/java/org/apache/commons/weaver/model/package-info.java
index f441690..3f132c9 100644
--- a/processor/src/main/java/org/apache/commons/weaver/model/package-info.java
+++ b/processor/src/main/java/org/apache/commons/weaver/model/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Defines a domain model for weaving operations.
  */
diff --git 
a/processor/src/main/java/org/apache/commons/weaver/package-info.java 
b/processor/src/main/java/org/apache/commons/weaver/package-info.java
index b2b4572..aae2953 100644
--- a/processor/src/main/java/org/apache/commons/weaver/package-info.java
+++ b/processor/src/main/java/org/apache/commons/weaver/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Defines the objects needed to perform file system-based weaving.
  */
diff --git 
a/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java 
b/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java
index 7f34f14..7d0d4d8 100644
--- a/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java
+++ b/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Defines the weaver module service provider interface (SPI).
  */
diff --git 
a/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java 
b/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java
index b5fec3c..db46147 100644
--- a/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java
+++ b/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Provides helpful utility classes.
  */

Reply via email to