Skip to content

Commit

Permalink
Single line import on TestGCEventUJL
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqilee committed Mar 4, 2019
1 parent ac4f08b commit 907a3be
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type;

import static org.hamcrest.Matchers.closeTo;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;

public class TestGCEventUJL {
GCEventUJL parentGCEvent;
Expand Down Expand Up @@ -91,4 +92,4 @@ private ConcurrentGCEvent createConcurrentGcEvent(double timestamp, int preUsed,

return concurrentGCEvent;
}
}
}

0 comments on commit 907a3be

Please sign in to comment.