1
0
Fork 0
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:
Marc Khouzam 2010-05-10 18:43:47 +00:00
parent 2ce1b78448
commit d913b26d1f

View file

@ -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()) {