Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala')
-rw-r--r--src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala b/src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala
index 6ea7d47..47ce9fc 100644
--- a/src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala
+++ b/src/main/scala/com/getbootstrap/rorschach/server/GitHubPullRequestWebHooksDirectives.scala
@@ -3,8 +3,6 @@ package com.getbootstrap.rorschach.server
import scala.util.{Success, Failure, Try}
import spray.routing.{Directive1, ValidationRejection}
import spray.routing.directives.{BasicDirectives, RouteDirectives}
-import org.eclipse.egit.github.core.event.PullRequestPayload
-import org.eclipse.egit.github.core.client.GsonUtils
trait GitHubPullRequestWebHooksDirectives {
import RouteDirectives.reject