Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EECOLOR committed Dec 15, 2015
1 parent a57b240 commit 80994f6
Showing 1 changed file with 5 additions and 5 deletions.
@@ -1,18 +1,18 @@
package fly.play.jiraExceptionProcessor

import akka.actor.Actor
import akka.actor.ActorSystem
import akka.actor.Props
import akka.util.Timeout
import org.specs2.mutable.{ Specification, Before }
import play.api.ApplicationLoader
import play.api.Configuration
import play.api.Environment
import play.api.Mode
import play.api.Play.current
import play.api.PlayException
import play.api.libs.ws.WS
import play.api.test._
import play.api.Mode
import akka.actor.Actor
import akka.actor.ActorSystem
import akka.actor.Props
import akka.util.Timeout
import scala.concurrent.Await
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.duration._
Expand Down

0 comments on commit 80994f6

Please sign in to comment.