add log init + code and typos cleanup

This commit is contained in:
Costin Leau
2012-07-11 17:51:28 +03:00
parent 6f6e673b00
commit 10c9a11e01
3 changed files with 28 additions and 24 deletions

View File

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