Sanyam96 commented on a change in pull request #629: Swagger documentation
gsoc2019
URL: https://github.com/apache/fineract/pull/629#discussion_r319764620
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/accounting/accrual/api/AccrualAccountingApiResource.java
##########
@@ -38,7 +38,11 @@
@Path("/runaccruals")
@Component
@Scope("singleton")
-@Api(value = "Periodic Accrual Accounting", description = "Periodic Accrual is
to accrue the loan income till the specific date or till batch job scheduled
time.\n\n ")
+@Api(tags = {"Periodic Accrual Accounting"})
+@SwaggerDefinition(tags = {
+ @Tag(name = "Periodic Accrual Accounting", description = "Periodic
Accrual is to accrue the loan income till the specific date or till batch job
scheduled time.\n\n")
+})
+
Review comment:
Still seeing blank lines!
----------------------------------------------------------------
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