diff --git a/.travis.yml b/.travis.yml
index b905928..f6d6f57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,9 @@ env:
matrix:
include:
- - jdk: openjdk7
+ - jdk: openjdk8
env: CODECOV=true
- - jdk: openjdk7
+ - jdk: openjdk8
env: CROSSDOCK=true
# - jdk: oraclejdk8
diff --git a/pom.xml b/pom.xml
index 2c2b6d3..14ec930 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
true
true
- 1.7
+ 1.8
${maven.compiler.source}
false
diff --git a/tchannel-core/src/main/java/com/uber/tchannel/api/SubChannel.java b/tchannel-core/src/main/java/com/uber/tchannel/api/SubChannel.java
index 3bd3089..31da6a3 100644
--- a/tchannel-core/src/main/java/com/uber/tchannel/api/SubChannel.java
+++ b/tchannel-core/src/main/java/com/uber/tchannel/api/SubChannel.java
@@ -242,7 +242,7 @@ public TFuture send(
return send(request, null, 0);
}
- protected TFuture sendRequest(
+ protected TFuture sendRequest(
Request request,
InetAddress host,
int port