Skip to content

Commit

Permalink
Remove unused imports warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentg committed Apr 2, 2015
1 parent a7678fc commit e5225d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/opentripplanner/standalone/Router.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package org.opentripplanner.standalone;

import java.util.prefs.Preferences;

import com.fasterxml.jackson.databind.JsonNode;
import org.opentripplanner.analyst.request.*;
import org.opentripplanner.inspector.TileRendererManager;
import org.opentripplanner.reflect.ReflectiveInitializer;
import org.opentripplanner.routing.algorithm.TraverseVisitor;
import org.opentripplanner.routing.core.RoutingRequest;
import org.opentripplanner.routing.graph.Graph;
import org.opentripplanner.updater.GraphUpdaterConfigurator;
Expand Down

0 comments on commit e5225d4

Please sign in to comment.