1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-10-04 05:43:30 +00:00
parent c69832ea82
commit 63c946da07

View file

@ -220,11 +220,9 @@ public class ASTCache {
synchronized (ast) { synchronized (ast) {
return astRunnable.runOnAST(lang, ast); return astRunnable.runOnAST(lang, ast);
} }
} } catch (CoreException e) {
catch (CoreException e) {
return e.getStatus(); return e.getStatus();
} } finally {
finally {
index.releaseReadLock(); index.releaseReadLock();
} }
} }