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


The following commit(s) were added to refs/heads/master by this push:
     new 7d91888  Add switch default and comment
7d91888 is described below

commit 7d91888801669b81c7aea013147a768d308c4545
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 30 08:25:12 2024 -0400

    Add switch default and comment
---
 src/main/java/org/apache/commons/logging/impl/SimpleLog.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/logging/impl/SimpleLog.java 
b/src/main/java/org/apache/commons/logging/impl/SimpleLog.java
index f12a66c..19d5cce 100644
--- a/src/main/java/org/apache/commons/logging/impl/SimpleLog.java
+++ b/src/main/java/org/apache/commons/logging/impl/SimpleLog.java
@@ -286,6 +286,8 @@ public class SimpleLog implements Log, Serializable {
             case "off":
                 setLevel(LOG_LEVEL_OFF);
                 break;
+            default:
+                // do nothing
             }
         }
     }

Reply via email to