Restructure code to make it less triage-specific

This commit is contained in:
Andy Wilkinson
2015-12-07 15:38:16 +00:00
parent c0c4e2d901
commit d19f043c41
36 changed files with 414 additions and 438 deletions

View File

@@ -20,9 +20,6 @@ import java.util.Map;
import org.junit.Test;
import io.spring.issuebot.github.LinkParser;
import io.spring.issuebot.github.RegexLinkParser;
import static org.hamcrest.Matchers.hasEntry;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;