You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/20 15:57:13 UTC

(commons-weaver) branch master updated: Normalize end of comments

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 d888867  Normalize end of comments
d888867 is described below

commit d8888678180df47916782d2a69bb028ac8e8a56e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 20 10:57:10 2024 -0500

    Normalize end of comments
---
 .../src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java
index edc7cd7..1bd7871 100644
--- a/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java
+++ b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java
@@ -37,7 +37,6 @@ import org.apache.commons.weaver.test.beans.TestBeanInterface;
 import org.junit.Assert;
 
 /**
- *
  */
 public class TestWeaver implements Weaver {
     public static List<Method> wovenMethods = new ArrayList<Method>();