abhinav7sinha commented on PR #3094:
URL: https://github.com/apache/fineract/pull/3094#issuecomment-1500876265

   checkStyle thinks that AccountNumberFormatEnumerations has a public/default 
constructor, but I'm using a lombok annotation to explicitly create a Prive 
constructor @NoArgsConstructor(access = AccessLevel.PRIVATE)
   
   [ERROR] 
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/infrastructure/accountnumberformat/domain/AccountNumberFormatEnumerations.java:35:1:
 Utility classes should not have a public or default constructor.
   
   Additionally, running spotlessCheck on my local mac didn't reveal this 
issue. 
   
   Do you have any ideas on how I could resolve this? Or do you think I may be 
missing something here?
   @adamsaghy 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to