Remove Java 7 specializations in openjdk (#645)
We no longer support Java 6 on OpenJDK, so we can remove all the conditional execution of Java 7 code and just execute it all the time. Note that we still support Android versions that don't have classes like ExtendedSSLSession or X509ExtendedTrustManager, so we can't inline code using those into common/ yet.
Loading
Please sign in to comment