Commit 753f25be authored by Kirill Likhodedov's avatar Kirill Likhodedov
Browse files

clarify deprecation

parent be10dc15
Showing with 2 additions and 1 deletion
+2 -1
......@@ -8,8 +8,9 @@ import java.util.Collection;
/**
* @author Denis Zhdanov
* @deprecated use {@link com.intellij.openapi.vcs.roots.VcsRootDetector} instead
* @deprecated to remove in IDEA 15. Use {@link com.intellij.openapi.vcs.roots.VcsRootDetector} instead
*/
@Deprecated
public interface VcsRootFinder {
ExtensionPointName<VcsRootFinder> EP_NAME = ExtensionPointName.create("com.intellij.vcs.rootFinder");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment