Skip to content

Commit

Permalink
removed redundant final from base actual server
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Dec 31, 2017
1 parent 67109f8 commit b12fce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static com.google.common.collect.Lists.newArrayList;

public abstract class BaseActualServer<T extends ResponseSetting<T>, U extends BaseActualServer> extends BaseServer<T> {
protected abstract Setting<T> newSetting(final RequestMatcher matcher);
protected abstract Setting<T> newSetting(RequestMatcher matcher);

private final MocoConfig[] configs;
private final MocoMonitor monitor;
Expand Down

0 comments on commit b12fce5

Please sign in to comment.