mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45: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)
|
||||
{
|
||||
if (!_systemSupportsClassify){
|
||||
return "file"; //$NON-NLS-1$
|
||||
}
|
||||
String type = defaultType;
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Reference in a new issue