From fb2f3d257b44bfed9216ba7165a07ea4bbe6fdb3 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Thu, 9 Feb 2012 11:30:45 +0400 Subject: [PATCH] javadoc --- .../com/intellij/codeInspection/LocalQuickFixProvider.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/lang-api/src/com/intellij/codeInspection/LocalQuickFixProvider.java b/platform/lang-api/src/com/intellij/codeInspection/LocalQuickFixProvider.java index 503179fbed7c..4278e573808b 100644 --- a/platform/lang-api/src/com/intellij/codeInspection/LocalQuickFixProvider.java +++ b/platform/lang-api/src/com/intellij/codeInspection/LocalQuickFixProvider.java @@ -17,7 +17,9 @@ package com.intellij.codeInspection; import org.jetbrains.annotations.Nullable; -/* +/** + * This can be implemented by a {@link com.intellij.psi.PsiReference} to provide quick fixes for unresolved references. + * * User: anna * Date: 30-Nov-2006 */