Skip to content

Commit

Permalink
checks completed on this todo
Browse files Browse the repository at this point in the history
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
  • Loading branch information
aindriu-aiven committed Jan 17, 2025
1 parent 814bb98 commit 772c511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private Optional<String> getTopic(final Matcher matcher) {
}

try {
// TODO check why this worked before without the try catch
return Optional.of(matcher.group(PATTERN_TOPIC_KEY));
} catch (IllegalArgumentException ex) {
// It is possible that when checking for the group it does not match and returns an
Expand Down

0 comments on commit 772c511

Please sign in to comment.