mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[local history] Deprecate Change#affectsMatching(Pattern)
GitOrigin-RevId: 22ad13de6ef75b879b6a4bdebc1179f7dfbe8ef8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7f4f99ace6
commit
fb6e611d7a
@@ -50,6 +50,10 @@ public abstract class Change {
|
||||
|
||||
public abstract boolean affectsProject(String projectId);
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link Change#affectsMatching(MinusculeMatcher)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract boolean affectsMatching(@NotNull Pattern pattern);
|
||||
|
||||
public abstract boolean affectsMatching(@NotNull MinusculeMatcher matcher);
|
||||
|
||||
Reference in New Issue
Block a user