1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2013-05-08 14:37:34 -07:00
parent 143d87d88c
commit 77465f88fe
2 changed files with 467 additions and 485 deletions

View file

@ -46,7 +46,7 @@ public class CPPArrayType implements IArrayType, ITypeContainer, ISerializableTy
}
@Override
public void setType(IType t) {
public final void setType(IType t) {
assert t != null;
this.type = t;
}