Closed Ariho-Seth closed 1 week ago
Refactor getSysUserId into a Separate Class
Refactored the repetitive protected String getUserSysId method into one class i.e BaseRestController class and made all the classes that were initially using the method to extend the BaseRestController .
protected String getUserSysId
Thanks @Ariho-Seth for the PR. can you run mvn spotless:apply to format your changes properly ??
spotless:apply
Pull Requests Requirements
Summary
Screenshots
Related Issue
Refactor getSysUserId into a Separate Class
1222
Refactored the repetitive
protected String getUserSysId
method into one class i.e BaseRestController class and made all the classes that were initially using the method to extend the BaseRestController .