mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Cosmetics.
This commit is contained in:
parent
c69832ea82
commit
63c946da07
1 changed files with 2 additions and 4 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue