()
| 144 | } |
| 145 | |
| 146 | @Override |
| 147 | public String getDescription() |
| 148 | { |
| 149 | final PCStat pcstat = Globals.getContext().getReferenceContext().silentlyGetConstructedCDOMObject(PCStat.class, |
| 150 | getBonusInfo()); |
| 151 | if (pcstat != null) |
| 152 | { |
| 153 | return pcstat.getDisplayName(); |
| 154 | } |
| 155 | return super.getDescription(); |
| 156 | } |
| 157 | |
| 158 | } |
nothing calls this directly
no test coverage detected