mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
2668018f30
commit
b52beeb11b
1 changed files with 0 additions and 8 deletions
|
@ -52,10 +52,6 @@ public class CheckerInvocationContext implements ICheckerInvocationContext {
|
|||
return null;
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see ICheckerInvocationContext#add(Object)
|
||||
*/
|
||||
@Override
|
||||
public synchronized <T extends ICodanDisposable> void add(T object) {
|
||||
Object old = objectStorage.put(object.getClass(), object);
|
||||
|
@ -65,10 +61,6 @@ public class CheckerInvocationContext implements ICheckerInvocationContext {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see IDisposableCache#dispose()
|
||||
*/
|
||||
@Override
|
||||
public void dispose() {
|
||||
for (Map.Entry<Class<?>, Object> entry : objectStorage.entrySet()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue