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

Commit

Permalink
chore(Fetch): user correct constructor scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalen committed Oct 31, 2018
1 parent 1175334 commit 5350218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/src/main/java/io/aexp/nodes/graphql/Fetch.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class Fetch {
private SimpleModule module;
private static final int STATUS_CODE_THRESHOLD = 400;

public Fetch(ObjectMapperFactory objectMapperFactory) {
Fetch(ObjectMapperFactory objectMapperFactory) {
this.objectMapperFactory = objectMapperFactory;
}

Expand Down

0 comments on commit 5350218

Please sign in to comment.