mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
update for classifyFile
This commit is contained in:
parent
87f427688d
commit
d9a7a69737
1 changed files with 3 additions and 0 deletions
|
@ -562,6 +562,9 @@ public class FileClassifier extends SecuredThread
|
||||||
*/
|
*/
|
||||||
public String classifyFile(File aFile)
|
public String classifyFile(File aFile)
|
||||||
{
|
{
|
||||||
|
if (!_systemSupportsClassify){
|
||||||
|
return "file"; //$NON-NLS-1$
|
||||||
|
}
|
||||||
String type = defaultType;
|
String type = defaultType;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Add table
Reference in a new issue