777879808182838485
super(tio); } @Override public CommandSession createSession(InputStream in, PrintStream out, PrintStream err) { CommandSessionImpl session = new WrappedCommandSession(this, in, out, err); sessions.put(session, null); return session; }