Skip to content

Commit f076bcd

Browse files
committed
Add data structure examples.
1 parent 12a48a8 commit f076bcd

File tree

3 files changed

+890
-4
lines changed

3 files changed

+890
-4
lines changed

affinity/src/test/java/net/openhft/affinity/AffinityLockTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
import java.util.ArrayList;
2525
import java.util.List;
2626

27-
import static net.openhft.lang.Assert.assertEquals;
28-
import static net.openhft.lang.Assert.assertNotSame;
27+
import static org.junit.Assert.assertEquals;
28+
import static org.junit.Assert.assertNotSame;
2929

3030
/**
3131
* @author peter.lawrey

affinity/src/test/java/net/openhft/affinity/impl/AbstractAffinityImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import org.junit.After;
2121
import org.junit.Test;
2222

23-
import static net.openhft.lang.Assert.assertEquals;
24-
import static net.openhft.lang.Assert.assertTrue;
23+
import static org.junit.Assert.assertEquals;
24+
import static org.junit.Assert.assertTrue;
2525

2626

2727
/**

0 commit comments

Comments
 (0)