-
Notifications
You must be signed in to change notification settings - Fork 0
merge from branch 132 - 2 #82
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
Conversation
…code documentation
…code documentation
…ode documentation
…ode documentation
… code documentation
…ode documentation
…code documentation
…ed code documentation
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.
Pull Request Overview
This PR appears to be a merge from branch 132 that adds comprehensive documentation to service implementation classes, mappers, and listeners. The primary purpose is to improve code documentation by adding JavaDoc comments throughout the codebase.
- Added class-level and method-level JavaDoc documentation for all service implementations
- Enhanced mapper interfaces with detailed parameter and return documentation
- Improved event listener documentation with inline comments
- Minor code cleanup including removal of empty lines and simplification of some expressions
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
CustomerServiceJpaImpl.java | Added comprehensive JavaDoc for JPA-based customer service methods and cache operations |
CustomerServiceImpl.java | Added JavaDoc documentation for in-memory customer service implementation |
BeerServiceJpaImpl.java | Added extensive JavaDoc and simplified some code expressions in JPA beer service |
BeerServiceImpl.java | Added JavaDoc documentation for in-memory beer service implementation |
BeerOrderServiceImpl.java | Added JavaDoc for beer order service CRUD operations |
BeerCsvServiceImpl.java | Added JavaDoc and inline comments for CSV processing service |
CustomerMapper.java | Added JavaDoc documentation for customer mapping methods |
BeerOrderMapper.java | Added comprehensive JavaDoc for beer order mapping operations |
BeerMapper.java | Added JavaDoc for beer mapping methods and removed trailing empty lines |
BeerCreatedListener.java | Added detailed inline comments and JavaDoc for event listener |
src/main/java/com/example/springpracticerestmvc/services/impl/BeerServiceJpaImpl.java
Show resolved
Hide resolved
src/main/java/com/example/springpracticerestmvc/services/impl/BeerServiceImpl.java
Show resolved
Hide resolved
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.
all ok
No description provided.