Optimized imports

This commit is contained in:
Ziver Koc 2018-05-26 23:04:40 +02:00
parent b1c53d88ae
commit c570847f3a
34 changed files with 22 additions and 52 deletions

View file

@ -27,7 +27,8 @@ package zutil.log;
import org.junit.Test;
import zutil.log.CounterManager.Counter;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;
public class CounterManagerTest {