Merge pull request #19375 from akka/revert-19250-wip-fix-multipart-model-java6-ktoso

Revert "!htc fix multipart model (java6 had trouble)"
This commit is contained in:
Roland Kuhn 2016-01-11 13:40:36 +01:00
commit ed6fbdfd3c
3 changed files with 15 additions and 30 deletions

View file

@ -95,8 +95,7 @@ public class TcpTest extends StreamTest {
} catch (BindFailedException e) {
// expected
} catch (Exception e) {
// throw new AssertionError("failed", e); // TODO: bring back once we're JDK7+
throw new RuntimeException("failed", e);
throw new AssertionError("failed", e);
}
return null;
}