Skip to content

Commit

Permalink
Update appserver/ejb/ejb-full-container/src/main/java/org/glassfish/e…
Browse files Browse the repository at this point in the history
…jb/mdb/MessageBeanContainer.java

Co-authored-by: David Matějček <dmatej@seznam.cz>
  • Loading branch information
arjantijms and dmatej committed Jun 7, 2022
1 parent 374157a commit c3a509a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ private void cleanupResources() {
.getService(ConnectorRuntime.class)
.getShutdownTimeout();
} catch (Throwable th) {
_logger.log(WARNING, "[MDBContainer] Got exception while trying " + " to get shutdown timeout", th);
_logger.log(WARNING, "[MDBContainer] Got exception while trying to get shutdown timeout", th);
}

try {
Expand Down

0 comments on commit c3a509a

Please sign in to comment.