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-logging.git
commit 4adb3c8380e0f8a34f7fede1767034d0086b96aa Author: Gary Gregory <[email protected]> AuthorDate: Sat Feb 10 11:44:41 2024 -0500 Terminate file with a blank line --- .../logging/tccl/log/props_disable_tccl/commons-logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties b/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties index 8f55b92..a98b32e 100644 --- a/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties +++ b/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties @@ -17,4 +17,4 @@ use_tccl=false org.apache.commons.logging.Log=org.apache.commons.logging.tccl.custom.MyLog -org.apache.commons.logging.diagnostics.dest=STDERR \ No newline at end of file +org.apache.commons.logging.diagnostics.dest=STDERR
