SHL-20, SHL-21, change console message

This commit is contained in:
Jarred Li
2012-04-14 14:16:14 +08:00
parent f12f986e1f
commit e2c8d1a4d6
3 changed files with 183 additions and 59 deletions

View File

@@ -475,7 +475,7 @@ public abstract class JLineShell extends AbstractShell implements CommandMarker,
} catch (IOException ioe) {
throw new IllegalStateException("Shell line reading failure", ioe);
}
System.out.println("shuting down");
System.out.println("shutting down ...");
setShellStatus(Status.SHUTTING_DOWN);
}