Remove unnecessary 'return' statement. #1538
This commit is contained in:
parent
bf64651a0d
commit
0dc308ff69
|
|
@ -121,7 +121,6 @@ class MultilineDetector {
|
|||
// http://programmers.stackexchange.com/questions/
|
||||
// 209099/is-it-ever-okay-to-catch-stackoverflowerror-in-java
|
||||
options.getReporter().log(0, STACKOVERFLOW, matcher.pattern().toString());
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue