From 64c5aef624dc92dfc45372ade2f75aa1975a07da Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Thu, 12 Mar 2015 11:29:17 +0300 Subject: [PATCH] cleanup --- .../testFramework/fixtures/JavaCodeInsightFixtureTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/testFramework/src/com/intellij/testFramework/fixtures/JavaCodeInsightFixtureTestCase.java b/java/testFramework/src/com/intellij/testFramework/fixtures/JavaCodeInsightFixtureTestCase.java index 22a514a3903a..1e343ec680b4 100644 --- a/java/testFramework/src/com/intellij/testFramework/fixtures/JavaCodeInsightFixtureTestCase.java +++ b/java/testFramework/src/com/intellij/testFramework/fixtures/JavaCodeInsightFixtureTestCase.java @@ -80,7 +80,7 @@ public abstract class JavaCodeInsightFixtureTestCase extends UsefulTestCase{ /** * Return relative path to the test data. Path is relative to the - * {@link com.intellij.openapi.application.PathManager#getHomePath()} + * {@link PathManager#getHomePath()} * * @return relative path to the test data. */