Commit 4d694463 authored by Nadya Zabrodina's avatar Nadya Zabrodina
Browse files

[vcs]: deprecate reportsIgnoredDirectories method

parent 57958292
Branches unavailable Tags unavailable
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -569,6 +569,10 @@ public abstract class AbstractVcs<ComList extends CommittedChangeList> extends S
setRollbackEnvironment(createRollbackEnvironment());
}
/**
* @Deprecated to delete in 2017.3
*/
@Deprecated
public boolean reportsIgnoredDirectories() {
return true;
}
......
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