mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make MatchResult ctr public for hashmem plugin compatibility
This commit is contained in:
@@ -22,7 +22,7 @@ public class MatchResult {
|
||||
final int matchingDegree;
|
||||
final boolean startMatch;
|
||||
|
||||
MatchResult(String elementName, int matchingDegree, boolean startMatch) {
|
||||
public MatchResult(String elementName, int matchingDegree, boolean startMatch) {
|
||||
this.elementName = elementName;
|
||||
this.matchingDegree = matchingDegree;
|
||||
this.startMatch = startMatch;
|
||||
|
||||
Reference in New Issue
Block a user