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 7612b96  Remove extra blank lines
7612b96 is described below

commit 7612b965cc0853f59663ecffe77c57ffd6b25f90
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 14:13:07 2023 -0500

    Remove extra blank lines
---
 .../org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java
 
b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java
index 0e48f70..b90e74d 100644
--- 
a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java
+++ 
b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java
@@ -23,8 +23,6 @@ import java.util.ArrayList;
 import org.apache.commons.lang3.ArrayUtils;
 import org.apache.commons.weaver.privilizer.Privileged;
 
-
-
 public abstract class StaticUsingArgs {
 
     private StaticUsingArgs() {

Reply via email to