mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
toString()
This commit is contained in:
@@ -71,4 +71,9 @@ public class ExactFileNameMatcher implements FileNameMatcher {
|
||||
public int hashCode() {
|
||||
return myFileName.hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getPresentableString();
|
||||
}
|
||||
}
|
||||
@@ -60,4 +60,9 @@ public class ExtensionFileNameMatcher implements FileNameMatcher {
|
||||
public int hashCode() {
|
||||
return myExtension.hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getPresentableString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user