mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 10:05:58 +01:00
Add attribute conversion tests
This commit is contained in:
@@ -19,7 +19,7 @@ public class AttributeConfigConverter implements CommandLine.ITypeConverter<Attr
|
||||
* @throws CommandLine.TypeConversionException if the input string is invalid or contains invalid language codes
|
||||
*/
|
||||
@Override
|
||||
public AttributeConfig convert(String s) throws Exception {
|
||||
public AttributeConfig convert(String s) {
|
||||
validateInput(s);
|
||||
|
||||
String[] split = s.split(SEPARATOR);
|
||||
|
||||
Reference in New Issue
Block a user