diff --git a/src/be/jeffcheasey88/peeratcode/Main.java b/src/be/jeffcheasey88/peeratcode/Main.java index 0100274..8152858 100644 --- a/src/be/jeffcheasey88/peeratcode/Main.java +++ b/src/be/jeffcheasey88/peeratcode/Main.java @@ -4,7 +4,6 @@ import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; import java.util.regex.Matcher; -import java.util.regex.Pattern; import javax.net.ssl.SSLServerSocket; import javax.net.ssl.SSLServerSocketFactory; diff --git a/src/be/jeffcheasey88/peeratcode/parser/java/Class.java b/src/be/jeffcheasey88/peeratcode/parser/java/Class.java index bf0abef..a9ba816 100644 --- a/src/be/jeffcheasey88/peeratcode/parser/java/Class.java +++ b/src/be/jeffcheasey88/peeratcode/parser/java/Class.java @@ -17,7 +17,7 @@ public class Class { private Listfunctions; public Class(){} - + public int parse(String content) throws Exception{ Matcher matcher = PATTERN.matcher(content); matcher.matches();