mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +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) {
|
||||
return astRunnable.runOnAST(lang, ast);
|
||||
}
|
||||
}
|
||||
catch (CoreException e) {
|
||||
} catch (CoreException e) {
|
||||
return e.getStatus();
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
index.releaseReadLock();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue