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