Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Making the access modifier to private
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Jindal committed Oct 30, 2020
1 parent 95aac7a commit 7800616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
public class QueryActionRequestHandler extends MetricsHandler implements HttpHandler {
public static final String ACTION_SET_JSON_NAME = "LastSuggestedActionSet";
private static final Logger LOG = LogManager.getLogger(QueryActionRequestHandler.class);
public JsonParser jsonParser;
private Persistable persistable;
private AppContext appContext;
JsonParser jsonParser;

public QueryActionRequestHandler(final AppContext appContext) {
this.appContext = appContext;
Expand Down

0 comments on commit 7800616

Please sign in to comment.