-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update Book.java #96
Update Book.java #96
Conversation
Added private String keyword; to hold the keyword information. Added getKeyword and setKeyword methods. Fixed the toString method to properly display keyword. by using the keyword it will be easy to search book
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you @Tanisha0708 for your contribution! Your pull request has been submitted successfully, and a maintainer will review it soon. We’re excited to have you on board! Remember to star the repo 🌟 to help us grow, and follow @ajaynegi45 to stay in the loop and increase the visibility of your contributions!
@ajaynegi45 once go through this change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Tanisha0708,
Thank you for your prompt work on this issue. I appreciate your dedication to the project.
I have reviewed your work, and I'm pleased to inform you that I have merged your pull request. Your changes looks fantastic, and it aligns perfectly with the project's design and usability goals. Great job!
If you have any more contributions or if there's anything else you'd like to work on in the future, please don't hesitate to let us know. Your efforts are valuable to the project's success.
Once again, thank you for your contribution! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!!
@ajaynegi45 Why there is no merge option here? |
@Tanisha0708, great job adding the keyword attribute to the |
@ajaynegi45, since you approved this PR, could you please take a look at it? |
@Tanisha0708, accommodate this change in pr |
@ajaynegi45 once go through the pull request . i did some changes in BookDto and BookService |
Added private String keyword; to hold the keyword information. Added getKeyword and setKeyword methods.
Fixed the toString method to properly display keyword. by using the keyword it will be easy to search book