This commit is contained in:
Stefan
2022-06-17 18:13:34 +02:00
parent 5727f6e8a4
commit 90d62cedb0

View File

@@ -18,7 +18,7 @@ import java.util.TreeSet;
import java.util.concurrent.atomic.AtomicLong;
/**
* Single threaded matching engine - any thread synchronization should be done external.
* Single threaded matching engine - any thread synchronization should be done externally.
* <p>
* Uses Max-Heap and Min-Heap {@link TreeSet}
* <p>