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 898c28e70 Format tweak
898c28e70 is described below

commit 898c28e70d5939658f026bf1fe97e700cedb53e7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 4 09:28:12 2022 -0500

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

diff --git 
a/src/main/java/org/apache/commons/lang3/concurrent/ConstantInitializer.java 
b/src/main/java/org/apache/commons/lang3/concurrent/ConstantInitializer.java
index 07d9190e8..ea6c6a502 100644
--- a/src/main/java/org/apache/commons/lang3/concurrent/ConstantInitializer.java
+++ b/src/main/java/org/apache/commons/lang3/concurrent/ConstantInitializer.java
@@ -37,6 +37,7 @@ import java.util.Objects;
  * @param <T> the type of the object managed by this initializer
  */
 public class ConstantInitializer<T> implements ConcurrentInitializer<T> {
+
     /** Constant for the format of the string representation. */
     private static final String FMT_TO_STRING = "ConstantInitializer@%d [ 
object = %s ]";
 

Reply via email to