1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-22 15:58:52 -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;
public class ExitCode {
public interface ExitCode {
public static final int SUCCESS = 0;