()
| 108 | private static final Class<AbilityCategory> ABILITY_CATEGORY_CLASS = AbilityCategory.class; |
| 109 | |
| 110 | @Override |
| 111 | public String getTokenName() |
| 112 | { |
| 113 | return "ABILITY"; |
| 114 | } |
| 115 | |
| 116 | @Override |
| 117 | protected char separator() |
no outgoing calls
no test coverage detected