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


The following commit(s) were added to refs/heads/master by this push:
     new f42fd09  Remove noisy inline comments.
f42fd09 is described below

commit f42fd097a1413b1b95696e38e366e49a905e8eea
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Tue May 31 10:51:29 2022 -0400

    Remove noisy inline comments.
---
 src/main/java/org/apache/bsf/BSF_Log.java | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/main/java/org/apache/bsf/BSF_Log.java 
b/src/main/java/org/apache/bsf/BSF_Log.java
index 46d05c0..ae72c22 100644
--- a/src/main/java/org/apache/bsf/BSF_Log.java
+++ b/src/main/java/org/apache/bsf/BSF_Log.java
@@ -184,7 +184,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
         this(clazz.getName());
     }
 
-    // --------------------------------------------------------------------
     public void debug(final Object msg)
     {
         if (oac_logger==null)
@@ -216,7 +215,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
         catch (final Exception e) { e.printStackTrace(); }
     }
 
-    // --------------------------------------------------------------------
     public void error(final Object msg)
     {
         if (oac_logger==null)
@@ -248,7 +246,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
     }
 
 
-    // --------------------------------------------------------------------
     public void fatal(final Object msg)
     {
         if (oac_logger==null)
@@ -279,7 +276,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
     }
 
 
-    // --------------------------------------------------------------------
     public void info (final Object msg)
     {
         if (oac_logger==null)
@@ -311,7 +307,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
     }
 
 
-    // --------------------------------------------------------------------
     public void trace(final Object msg)
     {
         if (oac_logger==null)
@@ -343,7 +338,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
     }
 
 
-    // --------------------------------------------------------------------
     public void warn (final Object msg)
     {
         if (oac_logger==null)
@@ -375,8 +369,6 @@ public class BSF_Log // implements 
org.apache.commons.logging.Log
     }
 
 
-    // --------------------------------------------------------------------
-    // --------------------------------------------------------------------
     public boolean isDebugEnabled()
     {
         if (oac_logger==null) {return false;}   // no 
org.apache.commons.logging.Log object ?

Reply via email to