mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 23:17:54 -05:00
Merge branch 'main' into zkbesu
This commit is contained in:
@@ -165,9 +165,7 @@ public class Subscribers<T> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void forEach(final Consumer<T> action) {
|
||||
return;
|
||||
}
|
||||
public void forEach(final Consumer<T> action) {}
|
||||
|
||||
@Override
|
||||
public int getSubscriberCount() {
|
||||
|
||||
@@ -114,6 +114,7 @@ public class LogUtilTest {
|
||||
return lines;
|
||||
}
|
||||
|
||||
@SuppressWarnings("InfiniteRecursion")
|
||||
private void recurseTimesAndThrow(final int times) {
|
||||
if (times < 1) {
|
||||
throw new RuntimeException("FakeStackOverflowError");
|
||||
|
||||
Reference in New Issue
Block a user