Skip to content

Commit 38d4371

Browse files
undo commit 99a1d03
1 parent 227e514 commit 38d4371

File tree

3 files changed

+2
-62
lines changed

3 files changed

+2
-62
lines changed

gradlew

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ DEFAULT_JVM_OPTS=""
1212
APP_NAME="Gradle"
1313
APP_BASE_NAME=`basename "$0"`
1414

15-
JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home"
16-
1715
# Use the maximum available, or set MAX_FD != -1 to use that value.
1816
MAX_FD="maximum"
1917

language-adaptors/rxjava-scala/src/test/scala/rx/lang/scala/subjects/SubjectTests.scala

Lines changed: 0 additions & 57 deletions
This file was deleted.

language-adaptors/rxjava-scala/src/test/scala/rx/lang/scala/subscriptions/SubscriptionTests.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ package rx.lang.scala.subscriptions
33
import org.junit.Assert._
44
import org.junit.Test
55
import org.scalatest.junit.JUnitSuite
6-
import rx.lang.scala._
7-
86

7+
import rx.lang.scala.Subscription
98

109
class SubscriptionTests extends JUnitSuite {
1110

@@ -47,7 +46,7 @@ class SubscriptionTests extends JUnitSuite {
4746
val s0 = BooleanSubscription{ u0 = true }
4847

4948
var u1 = false
50-
val s1 = rx.lang.scala.Subscription{ u1 = true }
49+
val s1 = Subscription{ u1 = true }
5150

5251
val composite = CompositeSubscription()
5352

0 commit comments

Comments
 (0)