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 2022/05/01 12:45:33 UTC

[commons-bcel] 04/49: 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-bcel.git

commit 99da652dc97a636ebaaf8cb2799ef5e8a88832e4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 1 08:15:56 2022 -0400

    Remove useless return.
---
 src/examples/Mini/ASCII_CharStream.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/examples/Mini/ASCII_CharStream.java b/src/examples/Mini/ASCII_CharStream.java
index c55cb721..9e27daf4 100644
--- a/src/examples/Mini/ASCII_CharStream.java
+++ b/src/examples/Mini/ASCII_CharStream.java
@@ -130,7 +130,6 @@ public final class ASCII_CharStream
            throw new java.io.IOException();
         }
         maxNextCharInd += i;
-        return;
      }
      catch(final java.io.IOException e) {
         --bufpos;