Skip to content

Commit 96b9733

Browse files
committed
Merge branch 'discardClassesAsPatterns' of github.com:bugsnag/bugsnag-java into discardClassesAsPatterns
2 parents 374cd91 + 67a925b commit 96b9733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/fixtures/scenarios/src/main/java/com/bugsnag/mazerunner/scenarios/IgnoredExceptionWildcardScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void run() {
2222
bugsnag.notify(new IllegalArgumentException("Should never appear"));
2323
bugsnag.notify(new IllegalStateException("Should never appear"));
2424

25-
// This should also be sent but will be ignored due to pattern
25+
// This is also ignored due to the wildcard pattern
2626
try {
2727
throw new NullPointerException("Should never appear");
2828
} catch (Exception e) {

0 commit comments

Comments
 (0)