Skip to content

Commit

Permalink
docs: Add rationale for suppressing checkstyle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 17, 2018
1 parent b03b1d6 commit ceb8cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/bugsnag/android/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void setEndpoint(String endpoint) {
*
* @throws IllegalArgumentException if the notify endpoint is empty or null
*/
@SuppressWarnings("ConstantConditions")
@SuppressWarnings("ConstantConditions") // ignore checkstyle nullability warnings
public void setEndpoints(@NonNull String notify, @NonNull String sessions)
throws IllegalArgumentException {

Expand Down

0 comments on commit ceb8cfe

Please sign in to comment.