Skip to content

Commit

Permalink
Made GCEventUJL private in test class
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqilee committed Mar 4, 2019
1 parent ef159ee commit 3dcc401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static org.junit.Assert.assertThat;

public class TestGCEventUJL {
GCEventUJL parentGCEvent;
private GCEventUJL parentGCEvent;

@Before
public void setUp() {
Expand Down

0 comments on commit 3dcc401

Please sign in to comment.