Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FINERACT-2081: introduce builder pattern to Note entity instantiation. #4071

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 1, 2024

  1. FINERACT-2081: introduce builder pattern to Note entity instantiation.

    - Removed all redundant static instantiation methods and constructors from `Note.java`.
    - Used Builder pattern to make it easy to instantiate the Note object.
    - Changed all instantiation places to use the new implementation.
    Zeyad2003 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    acf898e View commit details
    Browse the repository at this point in the history