()
| 27 | } |
| 28 | |
| 29 | @Override |
| 30 | protected void run0() throws IOException { |
| 31 | for(final Command cmd : session) run(cmd); |
| 32 | session.conn.response.getOutputStream().write(Token.token(info())); |
| 33 | if(create) status = HTTPStatus.CREATED_X; |
| 34 | } |
| 35 | } |
nothing calls this directly
no test coverage detected