vorburger commented on a change in pull request #629: Swagger documentation
gsoc2019
URL: https://github.com/apache/fineract/pull/629#discussion_r366189471
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/portfolio/floatingrates/api/FloatingRatesApiResource.java
##########
@@ -45,7 +45,11 @@
@Path("/floatingrates")
@Component
@Scope("singleton")
-@Api(value = "Floating Rates", description = "It lets you create, list,
retrieve and upload the floating rates")
+@Api(tags = {"Floating Rates"})
+@SwaggerDefinition(tags = {
+ @Tag(name = "Floating Rates", description = "It lets you
create, list, retrieve and upload the floating rates")
Review comment:
@Sanyam96 I would not worry too much about this kind of thing (whitespace
and indent), we're about to have a general solution for this, please watch
[FINERACT-821](https://issues.apache.org/jira/browse/FINERACT-821). (Help from
you on that one would be very welcome BTW!)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services