Skip to content

Commit

Permalink
docs: fix java doc link of LocalDatastoreHelper#stop (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed May 14, 2020
1 parent 0eb5c31 commit ed9b895
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ed9b895

Please sign in to comment.