1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00
This commit is contained in:
Reinhard Pointner 2019-02-23 17:14:47 +07:00
parent c069d29e67
commit df33e64eb9

View File

@ -1,6 +1,6 @@
package net.filebot; package net.filebot;
public class ExitCode { public interface ExitCode {
public static final int SUCCESS = 0; public static final int SUCCESS = 0;