diff --git a/platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/merkle/map/internal/ExpectedFCMFamilyImpl.java b/platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/merkle/map/internal/ExpectedFCMFamilyImpl.java index 7b3481b9c11..5b109399100 100644 --- a/platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/merkle/map/internal/ExpectedFCMFamilyImpl.java +++ b/platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/merkle/map/internal/ExpectedFCMFamilyImpl.java @@ -344,7 +344,7 @@ public long getNextIdToCreate() { * if it is true, return a MapKey in corresponding selfEntitiesList * @param restrictedCount * if non-zero, this will only select a subset of this many items out of the appropriate entity list - * converting the range. So if there were 9 entities in the list and this was 2, you'd get either 0 or 8 + * covering the range. So if there were 9 entities in the list and this was 2, you'd get either 0 or 8 * randomly. 3 would select from 0, 4, and 8, etc. * @return MapKey if found */