Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anandvarkeyphilips committed Oct 27, 2018
1 parent c861a45 commit 2673fdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Docket api() {
private ApiInfo apiInfo() {
return new ApiInfo(
"This REST API",
"Validates yaml, json and xml files. Hi Raymund!!",
"Validates yaml, json and xml files. Hi!!",
"API TOS",
"Terms of service",
new Contact("Anand Varkey Philips", "about.me/anandvarkeyphilips", "[email protected]"),
Expand All @@ -54,4 +54,4 @@ public String validateYAML(@RequestBody String yamlData) {
return "Error occured in validation";
}
}
}
}

0 comments on commit 2673fdd

Please sign in to comment.