You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/08/26 08:24:22 UTC

[GitHub] [fineract] Sanyam96 commented on a change in pull request #629: Swagger documentation gsoc2019

Sanyam96 commented on a change in pull request #629: Swagger documentation gsoc2019
URL: https://github.com/apache/fineract/pull/629#discussion_r317499269
 
 

 ##########
 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:
   I don't think, we need to add an extra blank line here

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services