(final Object obj)
| 50 | } |
| 51 | |
| 52 | @Override |
| 53 | protected String unparseToken(final Object obj) |
| 54 | { |
| 55 | if (obj instanceof MissingObject) |
| 56 | { |
| 57 | return ((MissingObject) obj).getObjectName(); |
| 58 | } |
| 59 | |
| 60 | return ((PCStat) obj).getKeyName(); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Return the bonus tag handled by this class. |
nothing calls this directly
no test coverage detected