Details
Description
To comply more strictly with the Java specifications, JDK 7 has stopped to allow the following overload:
boolean capture<Capture<Boolean> b)
{ ... }<T> T capture<Capture<T> b) { ... }
To comply more strictly with the Java specifications, JDK 7 has stopped to allow the following overload:
boolean capture<Capture<Boolean> b)
{ ... }