Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jun 19, 2018
1 parent 1f58ebd commit f0eac1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/src/main/java/com/bugsnag/android/InternalApi.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package com.bugsnag.android;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.CONSTRUCTOR;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
* Indicates that a method, type, or field is part of Bugsnag's internal API. Code annotated with
* this marker are subject to change without warning, regardless of their visibility.
Expand Down

0 comments on commit f0eac1f

Please sign in to comment.