add comment (#5620)

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
This commit is contained in:
zhang-wei 2020-10-02 09:52:00 +08:00 committed by GitHub
parent d30ca1ab58
commit a36f22f828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class ExecuteEventListener {
if (event.getException().isPresent()) {
span.log(event.getException().get());
}
// fall through
case EXECUTE_SUCCESS:
ContextManager.stopSpan();
}