Skip to content

Commit

Permalink
remove unused imports which cause build to fail in some environments
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Jan 28, 2015
1 parent 0bfdfad commit f379b04
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import com.beust.jcommander.internal.Maps;
import org.opentripplanner.analyst.SurfaceCache;
import org.opentripplanner.analyst.TimeSurface;
import org.opentripplanner.api.model.TimeSurfaceShort;
import org.opentripplanner.api.param.HourMinuteSecond;
import org.opentripplanner.api.param.LatLon;
import org.opentripplanner.api.param.QueryParameter;
Expand All @@ -28,10 +27,8 @@
import org.opentripplanner.standalone.OTPServer;
import org.opentripplanner.standalone.Router;

import com.google.common.collect.Lists;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import sun.java2d.cmm.Profile;

/**
* A Jersey resource class which exposes OTP profile routing functionality as a web service.
Expand Down

0 comments on commit f379b04

Please sign in to comment.