Skip to content

Commit

Permalink
[HWKMETRICS-185] Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Aug 10, 2015
1 parent 784099c commit 0bfb8f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import java.util.regex.Pattern;

import javax.ws.rs.ext.ParamConverter;
import javax.ws.rs.ext.Provider;

import com.google.common.collect.ImmutableBiMap;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import java.util.StringTokenizer;

import javax.ws.rs.ext.ParamConverter;
import javax.ws.rs.ext.Provider;

/**
* A JAX-RS {@link ParamConverter} for {@link Tags} parameters. The string format is a list of tags in the {@code
Expand Down

0 comments on commit 0bfb8f7

Please sign in to comment.