Skip to content

Commit

Permalink
Docs: Fix sample code in CONTRIBUTING.md (apache#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 authored Feb 6, 2022
1 parent 2ddd0be commit d045258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Avoid boolean arguments to methods that are not `private` to avoid confusing inv
```java
// prefer exposing suppressFailure in method names
public void sendMessageIgnoreFailure() {
doSomethingInternal(true);
sendMessageInternal(true);
}

public void sendMessage() {
Expand Down

0 comments on commit d045258

Please sign in to comment.