small fixes, but binary search still not working

This commit is contained in:
Honfika
2014-01-21 22:52:15 +01:00
parent fc92a2e5b5
commit 7b518a6e0d
5 changed files with 18 additions and 15 deletions

View File

@@ -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();