Skip to content

Commit

Permalink
removed dead constants
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Sep 18, 2013
1 parent 2bb7968 commit d764e34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/main/java/feign/MethodHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ interface BuildTemplateFromArgs {
public RequestTemplate apply(Object[] argv);
}

/**
* same approach as retrofit: temporarily rename threads
*/
static String THREAD_PREFIX = "Feign-";
static String IDLE_THREAD_NAME = THREAD_PREFIX + "Idle";

static final class SynchronousMethodHandler implements MethodHandler {

private final MethodMetadata metadata;
Expand Down

0 comments on commit d764e34

Please sign in to comment.