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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e86896  Format.
3e86896 is described below

commit 3e86896c13aa51480fbde2a15b2beada9b6f0008
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 11 16:54:07 2020 -0400

    Format.
---
 .../java/org/apache/commons/lang3/concurrent/locks/LockingVisitors.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/lang3/concurrent/locks/LockingVisitors.java 
b/src/main/java/org/apache/commons/lang3/concurrent/locks/LockingVisitors.java
index 41164c0..4663e13 100644
--- 
a/src/main/java/org/apache/commons/lang3/concurrent/locks/LockingVisitors.java
+++ 
b/src/main/java/org/apache/commons/lang3/concurrent/locks/LockingVisitors.java
@@ -87,6 +87,7 @@ public class LockingVisitors {
         private final O object;
         private final Supplier<Lock> readLockSupplier;
         private final Supplier<Lock> writeLockSupplier;
+
         protected LockVisitor(final O object, L lock, Supplier<Lock> 
readLockSupplier, Supplier<Lock> writeLockSupplier) {
             super();
             this.object = Objects.requireNonNull(object, "object");

Reply via email to