bug 34605 Clean-up
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3229 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
cd21c56d4b
commit
30c9de57ab
|
@ -29,8 +29,6 @@ import org.eclipse.jetty.continuation.ContinuationSupport;
|
||||||
import org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator;
|
import org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator;
|
||||||
import org.eclipse.jetty.osgi.equinoxtools.console.WebConsoleWriterOutputStream.OnFlushListener;
|
import org.eclipse.jetty.osgi.equinoxtools.console.WebConsoleWriterOutputStream.OnFlushListener;
|
||||||
import org.eclipse.osgi.framework.console.ConsoleSession;
|
import org.eclipse.osgi.framework.console.ConsoleSession;
|
||||||
import org.osgi.framework.Bundle;
|
|
||||||
import org.osgi.framework.FrameworkUtil;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Async servlet with jetty continuations to interact with the equinox console.
|
* Async servlet with jetty continuations to interact with the equinox console.
|
||||||
|
|
|
@ -27,8 +27,6 @@ import org.eclipse.jetty.util.log.Log;
|
||||||
import org.eclipse.jetty.websocket.WebSocket;
|
import org.eclipse.jetty.websocket.WebSocket;
|
||||||
import org.eclipse.jetty.websocket.WebSocketServlet;
|
import org.eclipse.jetty.websocket.WebSocketServlet;
|
||||||
import org.eclipse.osgi.framework.console.ConsoleSession;
|
import org.eclipse.osgi.framework.console.ConsoleSession;
|
||||||
import org.osgi.framework.Bundle;
|
|
||||||
import org.osgi.framework.FrameworkUtil;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Websocket version of the Chat with equinox.
|
* Websocket version of the Chat with equinox.
|
||||||
|
|
Loading…
Reference in New Issue