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. */