trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Add private constructor in Constants class and make class final #187

Closed ujwalkumar1995 closed 1 year ago

ujwalkumar1995 commented 1 year ago

PR Checklist

PR Type

Summary

Fix sonar issue by adding private constructor in Constants class and making the class as final.

Additional info

ujwalkumar1995 commented 1 year ago

Hey @bglamadrid I have submitted this PR for the issue #178 Please review and let me know if I need to change something.