diff options
Diffstat (limited to 'src/main/java/cuchaz/enigma/source/Decompilers.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/source/Decompilers.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/cuchaz/enigma/source/Decompilers.java b/src/main/java/cuchaz/enigma/source/Decompilers.java deleted file mode 100644 index 7d154a6..0000000 --- a/src/main/java/cuchaz/enigma/source/Decompilers.java +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | package cuchaz.enigma.source; | ||
| 2 | |||
| 3 | import cuchaz.enigma.source.cfr.CfrDecompiler; | ||
| 4 | import cuchaz.enigma.source.procyon.ProcyonDecompiler; | ||
| 5 | |||
| 6 | public class Decompilers { | ||
| 7 | public static final DecompilerService PROCYON = ProcyonDecompiler::new; | ||
| 8 | public static final DecompilerService CFR = CfrDecompiler::new; | ||
| 9 | } | ||