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

[logging-log4j2] 08/12: return not needed.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2e7695c02f5e445cee7e8b43d9cdd621144ad2e4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 21 16:43:56 2020 -0500

    return not needed.
---
 .../test/java/org/apache/logging/log4j/core/net/SocketReconnectTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketReconnectTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketReconnectTest.java
index 918da60..5fcbec1 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketReconnectTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketReconnectTest.java
@@ -260,7 +260,6 @@ public class SocketReconnectTest {
                         ex.printStackTrace();
                     }
                 }
-                return;
             }
         }