Skip to content

Commit

Permalink
Remove two unnecessary SuppressWarnings("deprecation").
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jun 4, 2018
1 parent 5d56f59 commit dfbe60e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
*
* <p> New tests should avoid using Mockito to support running on AppEngine.</p>
*/
@SuppressWarnings("deprecation")
public abstract class AbstractInteropTest {

@Rule public final Timeout globalTimeout = Timeout.seconds(30);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
import java.util.concurrent.TimeUnit;
import javax.annotation.Nullable;

@SuppressWarnings("deprecation")
public class StatsTestUtils {
private StatsTestUtils() {
}
Expand Down

0 comments on commit dfbe60e

Please sign in to comment.