()
| 602 | } |
| 603 | |
| 604 | public String getDescription() |
| 605 | { |
| 606 | return getTypeOfBonus() + " " + getBonusInfo(); //$NON-NLS-1$ |
| 607 | } |
| 608 | |
| 609 | /** |
| 610 | * Identify if this bonus cannot have its target changed to upper case. |
nothing calls this directly
no test coverage detected