Skip to content

Commit

Permalink
added missing final to procedure response handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Oct 7, 2018
1 parent 156ab66 commit 202acd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.github.dreamhead.moco.ResponseHandler;
import com.github.dreamhead.moco.internal.SessionContext;

public class ProcedureResponseHandler extends AbstractResponseHandler implements ResponseHandler {
public final class ProcedureResponseHandler extends AbstractResponseHandler implements ResponseHandler {
private final MocoProcedure procedure;

public ProcedureResponseHandler(final MocoProcedure procedure) {
Expand Down

0 comments on commit 202acd5

Please sign in to comment.