Issue #1555: Remove usage of obsolete junit.framework.Assert class

This commit is contained in:
Michal Kordas 2015-09-06 20:06:05 +02:00
parent 31d023b049
commit ccf2d8315c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
package com.puppycrawl.tools.checkstyle;
import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.util.Collections;