From ed9b895d57db302a731e38bc6708310baa69cd67 Mon Sep 17 00:00:00 2001 From: Ajit Thakor <49403056+athakor@users.noreply.github.com> Date: Fri, 15 May 2020 01:52:52 +0530 Subject: [PATCH] docs: fix java doc link of LocalDatastoreHelper#stop (#126) --- .../google/cloud/datastore/testing/LocalDatastoreHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java b/google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java index 2792b494c..51bcb6d32 100644 --- a/google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java +++ b/google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java @@ -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. * *

It is important to stop the emulator. Since the emulator runs in its own process, not