mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
143d87d88c
commit
77465f88fe
2 changed files with 467 additions and 485 deletions
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue