From 2de8befce8ca792215f507d08bd7443bdbb99da0 Mon Sep 17 00:00:00 2001 From: "Dmitry.Krasilschikov" Date: Tue, 24 Jan 2017 16:17:40 +0300 Subject: [PATCH] RUBY-5449 doc change --- .../lang-api/src/com/intellij/testIntegration/TestFinder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/lang-api/src/com/intellij/testIntegration/TestFinder.java b/platform/lang-api/src/com/intellij/testIntegration/TestFinder.java index 77cbf29998d9..638267f38ac8 100644 --- a/platform/lang-api/src/com/intellij/testIntegration/TestFinder.java +++ b/platform/lang-api/src/com/intellij/testIntegration/TestFinder.java @@ -32,7 +32,7 @@ public interface TestFinder { /** * Finds tests for given class. * - * @param element may by of any language but not related to a current test finder domain language + * @param element may by of any language but not specific to a current test finder domain language * @return founded tests for class */ @NotNull @@ -41,7 +41,7 @@ public interface TestFinder { /** * Finds classes for given test. * - * @param element may by of any language but not related to a current test finder domain language + * @param element may by of any language but not specific to a current test finder domain language * @return founded classes for test */ @NotNull