Skip to content

Commit 7d8a365

Browse files
author
emmanue1
committed
Fix indentation
1 parent bf81c7e commit 7d8a365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/jd/core/v1/api/Decompiler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2019 Emmanuel Dupuy.
2+
* Copyright (c) 2008, 2019 Emmanuel Dupuy.
33
* This project is distributed under the GPLv3 license.
44
* This is a Copyleft license that gives the user the right to use,
55
* copy and modify the code freely for non-commercial purposes.
@@ -13,7 +13,7 @@
1313
import java.util.Map;
1414

1515
public interface Decompiler {
16-
void decompile(Loader loader, Printer printer, String internalName) throws Exception;
16+
void decompile(Loader loader, Printer printer, String internalName) throws Exception;
1717

18-
void decompile(Loader loader, Printer printer, String internalName, Map<String, Object> configuration) throws Exception;
18+
void decompile(Loader loader, Printer printer, String internalName, Map<String, Object> configuration) throws Exception;
1919
}

0 commit comments

Comments
 (0)