Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Bj0rnen committed Mar 4, 2015
1 parent 04b4263 commit 21a229d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@
*/
package com.spotify.reaper.resources;

import com.google.common.base.Function;
import com.google.common.base.Optional;
import com.google.common.collect.Collections2;
import com.google.common.collect.Lists;

import com.spotify.reaper.AppContext;
import com.spotify.reaper.ReaperException;
import com.spotify.reaper.cassandra.JmxProxy;
import com.spotify.reaper.core.Cluster;
import com.spotify.reaper.core.RepairRun;
import com.spotify.reaper.core.RepairSegment;
import com.spotify.reaper.core.RepairUnit;
import com.spotify.reaper.resources.view.ClusterStatus;
import com.spotify.reaper.resources.view.KeyspaceStatus;
import com.spotify.reaper.resources.view.hierarchy.HCluster;
Expand All @@ -39,7 +35,6 @@
import java.util.Collections;
import java.util.List;

import javax.annotation.Nullable;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
Expand All @@ -52,8 +47,6 @@
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriInfo;

import javafx.util.Pair;

@Path("/cluster")
@Produces(MediaType.APPLICATION_JSON)
public class ClusterResource {
Expand Down

0 comments on commit 21a229d

Please sign in to comment.