Skip to content

Commit

Permalink
Changing the import order
Browse files Browse the repository at this point in the history
  • Loading branch information
florianleibert committed Aug 22, 2012
1 parent b5cc2a3 commit 60e3ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
import com.twitter.common.base.Command;
import com.twitter.common.base.ExceptionalSupplier;
import com.twitter.common.base.Supplier;
import com.twitter.common.net.http.JettyHttpServerDispatch;
import com.twitter.common.net.http.HttpServerDispatch;
import com.twitter.common.net.http.JettyHttpServerDispatch;
import com.twitter.common.net.http.handlers.AbortHandler;
import com.twitter.common.net.http.handlers.ContentionPrinter;
import com.twitter.common.net.http.handlers.HealthHandler;
Expand Down

0 comments on commit 60e3ca5

Please sign in to comment.