(String game)
| 159 | } |
| 160 | |
| 161 | public ConvertOption getDefaultConvertOption(String game) { |
| 162 | return this.getDefaultConvertOption(this.getGame(game)); |
| 163 | } |
| 164 | |
| 165 | public ConvertOption getDefaultConvertOption(SourceGame game) { |
| 166 | return this.getConvertOption(game.getDefaultConvertOption()); |
nothing calls this directly
no test coverage detected