Skip to content

Commit

Permalink
Merge pull request #61 from corese4rch/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andyislegend committed Aug 6, 2019
2 parents a5fa95f + 32b1c87 commit dcdf2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void cvurl() {
"text0", "text0",
"text1", "text1"
))
.asObject(Result.class, HttpStatus.OK);
.asObject(Result.class);
System.out.println("CVurl POST: " + result);
}
Expand Down

0 comments on commit dcdf2f0

Please sign in to comment.