Skip to content

Commit 4b005d2

Browse files
committed
debugging
1 parent e480a31 commit 4b005d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affinity/src/main/java/net/openhft/affinity/impl/NullAffinity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ public int getProcessId() {
5454

5555
@Override
5656
public int getThreadId() {
57-
throw new UnsupportedOperationException();
57+
throw new UnsupportedOperationException(getClass().getSimpleName() + " does not implement this method");
5858
}
5959
}

0 commit comments

Comments
 (0)