@Override refactoring, some explicit casting added

This commit is contained in:
Oliver Runge
2011-09-17 23:44:06 +02:00
parent 50036a4642
commit 3ec27e07ae
24 changed files with 27 additions and 101 deletions

View File

@@ -38,7 +38,8 @@ public class Choice {
return mName;
}
public String toString() {
@Override
public String toString() {
return mName;
}
}