1
0
Fork 0
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:
Dave McKnight 2013-11-13 10:58:25 -05:00
parent 87f427688d
commit d9a7a69737

View file

@ -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