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


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

commit a2ed7356c8294616689c925c7260ca5329eef44e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 23 09:06:16 2024 -0400

    Whitespace
---
 src/main/java/org/apache/commons/text/StrLookup.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/text/StrLookup.java 
b/src/main/java/org/apache/commons/text/StrLookup.java
index aca3c2f1..57a206ad 100644
--- a/src/main/java/org/apache/commons/text/StrLookup.java
+++ b/src/main/java/org/apache/commons/text/StrLookup.java
@@ -121,6 +121,7 @@ public abstract class StrLookup<V> implements StringLookup {
      * Lookup implementation based on system properties.
      */
     private static final class SystemPropertiesStrLookup extends 
StrLookup<String> {
+
         /**
          * {@inheritDoc} This implementation directly accesses system 
properties.
          */

Reply via email to