Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void stop(Duration timeout) throws IOException, InterruptedException, Tim
}

/**
* Stops the Datastore emulator. The same as {@link stop(Duration)} but with timeout duration of
* Stops the Datastore emulator. The same as {@link #stop(Duration)} but with timeout duration of
* 20 seconds.
*
* <p>It is important to stop the emulator. Since the emulator runs in its own process, not
Expand Down