Skip to content

Commit

Permalink
update idea sdk to branch 162
Browse files Browse the repository at this point in the history
  • Loading branch information
mutcianm committed May 23, 2016
1 parent fe31cfa commit 87f7d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Expand Up @@ -4,7 +4,7 @@ import sbt._
object Versions {
val scalaVersion = "2.11.6"
val sbtVersion = "0.13.9"
val ideaVersion = "145.970.4"
val ideaVersion = "162.74.16"
val sbtStructureVersion = "5.1.2"
val luceneVersion = "4.8.1"
val aetherVersion = "1.0.0.v20140518"
Expand Down
Expand Up @@ -30,7 +30,7 @@ class ScalaIntroduceParameterDialog(project: Project,
extends ScalaChangeSignatureDialog(project, method) {

private var paramNameField: EditorTextField = _
private var typeCombobox: ComboBox = _
private var typeCombobox: ComboBox[String] = _
private var typeMap: util.LinkedHashMap[String, ScType] = _
private var replaceOccurrencesChb: JCheckBox = _
private var defaultValuesUsagePanel: DefaultValuesUsagePanel = _
Expand Down
Expand Up @@ -171,7 +171,7 @@ abstract class ScalaDebuggerTestCase extends ScalaDebuggerTestBase {
val semaphore = new Semaphore()
semaphore.down()
getDebugProcess.getManagerThread.invokeAndWait(new DebuggerContextCommandImpl(ctx) {
def threadAction() {
override def threadAction() {
result = callback
semaphore.up()
}
Expand Down

0 comments on commit 87f7d86

Please sign in to comment.