-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Formatted spacing and updated documentation #3290
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
Formatted spacing and updated documentation #3290
Conversation
PR SummaryThis PR refactors redundant spacing in the Changes
autogenerated by presubmit.ai |
@github-actions
github-actions
bot
left a comment
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.
✅ LGTM!
Review Summary
Commits Considered (2)
Files Processed (2)
- pom.xml (2 hunks)
- publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java (1 hunk)
Actionable Comments (0)
Skipped Comments (3)
-
pom.xml [234-234]
readability: "Inconsistent indentation in
pom.xml
" -
pom.xml [247-248]
readability: "Inconsistent indentation in
pom.xml
" -
publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java [53-57]
enhancement: "Add usage example to
removeSubscriber
documentation"
Quality Gate Passed Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR is stale because it has been open 60 days with no activity.
Pull Request Template
What does this PR do?
This pull request formats redundant spacing in common
pom.xml
and rewrites documentation forremoveSubscriber
function of Publish-Subscribe model.