Merge branch 'master' of github.com:SpringSource/spring-shell

This commit is contained in:
Jarred Li
2012-05-21 17:15:28 +08:00

View File

@@ -122,7 +122,6 @@ public class JLineLogHandler extends Handler {
// This ensures nothing is ever displayed when redrawing the line
reader.setDefaultPrompt("");
reader.redrawLine();
reader.printString(toDisplay);
// Now restore the line formatting settings back to their original