mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Missing @Override tags
This commit is contained in:
parent
2ce1b78448
commit
d913b26d1f
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@ public class GDBTypeParser {
|
||||||
type = t;
|
type = t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return unParse(this);
|
return unParse(this);
|
||||||
}
|
}
|
||||||
|
@ -214,6 +215,7 @@ public class GDBTypeParser {
|
||||||
return child != null;
|
return child != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public String verbose() {
|
public String verbose() {
|
||||||
StringBuffer sb = new StringBuffer();
|
StringBuffer sb = new StringBuffer();
|
||||||
switch (getType()) {
|
switch (getType()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue