Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
753f25be
Commit
753f25be
authored
10 years ago
by
Kirill Likhodedov
Browse files
Options
Download
Email Patches
Plain Diff
clarify deprecation
parent
be10dc15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/vcs-api/src/com/intellij/openapi/vcs/VcsRootFinder.java
+2
-1
...m/vcs-api/src/com/intellij/openapi/vcs/VcsRootFinder.java
with
2 additions
and
1 deletion
+2
-1
platform/vcs-api/src/com/intellij/openapi/vcs/VcsRootFinder.java
+
2
-
1
View file @
753f25be
...
...
@@ -8,8 +8,9 @@ import java.util.Collection;
/**
* @author Denis Zhdanov
* @deprecated
u
se {@link com.intellij.openapi.vcs.roots.VcsRootDetector} instead
* @deprecated
to remove in IDEA 15. U
se {@link com.intellij.openapi.vcs.roots.VcsRootDetector} instead
*/
@Deprecated
public
interface
VcsRootFinder
{
ExtensionPointName
<
VcsRootFinder
>
EP_NAME
=
ExtensionPointName
.
create
(
"com.intellij.vcs.rootFinder"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help