(LoadContext context, final String argToken)
| 25 | public class Followers extends BonusObj |
| 26 | { |
| 27 | @Override |
| 28 | protected boolean parseToken(LoadContext context, final String argToken) |
| 29 | { |
| 30 | // Collection<String> followerTypes = Globals.getFollowerTypes(); |
| 31 | // if ( followerTypes.contains( argToken ) ) |
| 32 | // { |
| 33 | addBonusInfo(argToken); |
| 34 | return true; |
| 35 | // } |
| 36 | // return false; |
| 37 | } |
| 38 | |
| 39 | @Override |
| 40 | protected String unparseToken(final Object obj) |
nothing calls this directly
no test coverage detected