You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/21 17:19:44 UTC

[commons-bsf] branch master updated: Remove useless return.

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 f3e1a2b  Remove useless return.
f3e1a2b is described below

commit f3e1a2b7cf54279320fcc9441b970b01772090e8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 21 12:19:40 2020 -0500

    Remove useless return.
---
 src/main/java/org/apache/bsf/util/cf/CodeFormatter.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/bsf/util/cf/CodeFormatter.java b/src/main/java/org/apache/bsf/util/cf/CodeFormatter.java
index b276074..94d4a77 100644
--- a/src/main/java/org/apache/bsf/util/cf/CodeFormatter.java
+++ b/src/main/java/org/apache/bsf/util/cf/CodeFormatter.java
@@ -94,8 +94,6 @@ public class CodeFormatter
     }
 
     targetBuf.append(tokBuf.toString());
-
-    return;
   }
   /**
    * Formats the code read from <code>source</code>, and writes the formatted