1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-04 02:53:51 +00:00
parent c2fe1df925
commit 54f1590001

View file

@ -429,8 +429,8 @@ public class CIndex implements IIndex {
}
}
}
} catch(CoreException ce) {
CCorePlugin.log(ce);
} catch (CoreException e) {
CCorePlugin.log(e);
}
return null;
}