mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 18:21:53 +00:00
small fixes, but binary search still not working
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public interface Process extends Comparable<Process>, Searchable{
|
||||
public interface Process extends Comparable<Process>, Searchable {
|
||||
|
||||
public String getFilePath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user