Skip to content

Commit

Permalink
docs:update PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Sep 25, 2023
1 parent fa88a50 commit e4ac09c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ fixes #

- [ ] Will pull request to branch of 2020.0.
- [ ] Will pull request to branch of 2022.0.
- [ ] Will pull request to branch of hoxton.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ public String getScheme() {
return this.scheme;
}

/**
* To fix loadbalancer not working bug when importing spring-retry.
* @param o object
* @return if equals
*/
@Override
public boolean equals(Object o) {
if (this == o) {
Expand Down

0 comments on commit e4ac09c

Please sign in to comment.