Zeyad2003 commented on code in PR #3994:
URL: https://github.com/apache/fineract/pull/3994#discussion_r1721784616


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/note/domain/Note.java:
##########
@@ -119,7 +121,7 @@ public Note(final Client client, final String note) {
         this.noteTypeId = NoteType.CLIENT.getValue();
     }
 
-    private Note(final Group group, final String note) {
+    public Note(final Group group, final String note) {

Review Comment:
   There's another PR, #4020, that addresses the `Note` instantiation issues by 
implementing the **Factory** pattern. 
   You're welcome to review it.



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