adamsaghy commented on PR #5562:
URL: https://github.com/apache/fineract/pull/5562#issuecomment-3986779961

   ```
     Did you mean 'ClientIdentifierStatus statusEnum = 
ClientIdentifierStatus.valueOf(statusName.toUpperCase(Locale.ROOT));' or 
'ClientIdentifierStatus statusEnum = 
ClientIdentifierStatus.valueOf(statusName.toUpperCase(Locale.getDefault()));' 
or 'ClientIdentifierStatus statusEnum = 
ClientIdentifierStatus.valueOf(Ascii.toUpperCase(statusName));'?
   
/home/runner/work/fineract/fineract/fineract-core/src/main/java/org/apache/fineract/organisation/staff/domain/StaffRequest.java:19:
 error: [PackageLocation] Expected package 
org.apache.fineract.organisation.staff.data to be declared in a directory 
ending with org/apache/fineract/organisation/staff/data, instead found 
org/apache/fineract/organisation/staff/domain
   package org.apache.fineract.organisation.staff.data;


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