mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
11 lines
171 B
Java
11 lines
171 B
Java
package at.pcgamingfreaks.mkvaudiosubtitlechanger.config;
|
|
|
|
@Deprecated
|
|
public enum ValidationResult {
|
|
VALID,
|
|
DEFAULT,
|
|
NOT_PRESENT,
|
|
MISSING,
|
|
INVALID;
|
|
}
|