We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52fea2 commit cb98436Copy full SHA for cb98436
1 file changed
src/main/java/ee/bitweb/core/amqp/CoreExceptionStrategy.java
@@ -8,7 +8,6 @@
8
@RequiredArgsConstructor
9
public class CoreExceptionStrategy extends ConditionalRejectingErrorHandler.DefaultExceptionStrategy {
10
11
- // todo: mis ja miks vajalik? kas keegi mäletab?
12
@Override
13
public boolean isUserCauseFatal(Throwable t) {
14
return true;
0 commit comments