1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +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) {
return astRunnable.runOnAST(lang, ast);
}
}
catch (CoreException e) {
} catch (CoreException e) {
return e.getStatus();
}
finally {
} finally {
index.releaseReadLock();
}
}