Skip to content

Commit

Permalink
add missing final to http setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Sep 23, 2018
1 parent ebb6123 commit 11e5e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static com.github.dreamhead.moco.util.Configs.configItem;
import static com.google.common.collect.ImmutableList.of;

public class HttpSetting extends BaseSetting<HttpResponseSetting>
public final class HttpSetting extends BaseSetting<HttpResponseSetting>
implements Setting<HttpResponseSetting>, HttpResponseSetting {
private final RedirectDelegate delegate = new RedirectDelegate();

Expand Down

0 comments on commit 11e5e73

Please sign in to comment.