X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.monitor.core/src/net/sourceforge/phpdt/monitor/core/internal/http/HTTPConnection.java b/archive/net.sourceforge.phpeclipse.monitor.core/src/net/sourceforge/phpdt/monitor/core/internal/http/HTTPConnection.java index f6ab4c3..7cb9983 100644 --- a/archive/net.sourceforge.phpeclipse.monitor.core/src/net/sourceforge/phpdt/monitor/core/internal/http/HTTPConnection.java +++ b/archive/net.sourceforge.phpeclipse.monitor.core/src/net/sourceforge/phpdt/monitor/core/internal/http/HTTPConnection.java @@ -10,14 +10,13 @@ **********************************************************************/ package net.sourceforge.phpdt.monitor.core.internal.http; +import java.util.ArrayList; +import java.util.List; + import net.sourceforge.phpdt.monitor.core.IMonitor; import net.sourceforge.phpdt.monitor.core.IRequest; import net.sourceforge.phpdt.monitor.core.internal.Request; import net.sourceforge.phpdt.monitor.core.internal.Trace; - - -import java.util.List; -import java.util.ArrayList; /** * Manages a monitor server connection between two hosts. This * connection may spawn one or more TCP/IP pairs to be displayed