Skip to content

Commit

Permalink
remove unneeded suppresswarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 18, 2018
1 parent abbcc28 commit 58baad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/main/java/com/bugsnag/android/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public void setEndpoint(String endpoint) {
*
* @throws IllegalArgumentException if the notify endpoint is empty or null
*/
@SuppressWarnings("ConstantConditions") // ignore checkstyle nullability warnings
public void setEndpoints(@NonNull String notify, @NonNull String sessions)
throws IllegalArgumentException {

Expand Down

0 comments on commit 58baad8

Please sign in to comment.