Polishing

Closes gh-4503
This commit is contained in:
Johnny Lim
2015-11-16 13:56:14 +09:00
committed by Stephane Nicoll
parent d4a7c09b4e
commit da16d6d306
15 changed files with 28 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ class SpringIntegrationExample implements CommandLineRunner {
* Since this is a simple application that we want to exit right away,
* close the context. For an active integration application, with pollers
* etc, you can either suspend the main thread here (e.g. with System.in.read()),
* or exit the run() method without closing he context, and stop the
* or exit the run() method without closing the context, and stop the
* application later using some other technique (kill, JMX etc).
*/
context.close()