Skip to content

Commit 4797c98

Browse files
committed
peter => Peter Lawrey
1 parent bcbe94a commit 4797c98

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

affinity/src/main/java/net/openhft/ticker/ITicker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package net.openhft.ticker;
1919

2020
/*
21-
* Created by peter on 13/07/15.
21+
* Created by Peter Lawrey on 13/07/15.
2222
*/
2323
public interface ITicker {
2424
long nanoTime();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import static org.junit.Assert.assertEquals;
2727

2828
/*
29-
* Created by peter on 23/03/16.
29+
* Created by Peter Lawrey on 23/03/16.
3030
*/
3131
public class LinuxJNAAffinityTest {
3232
@BeforeClass

affinity/src/test/java/net/openhft/ticker/impl/JNIClockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import static org.junit.Assert.assertEquals;
2525

2626
/*
27-
* Created by peter on 13/07/15.
27+
* Created by Peter Lawrey on 13/07/15.
2828
*/
2929
public class JNIClockTest {
3030

0 commit comments

Comments
 (0)