6907177: Update jdk tests to remove unncessary -source and -target options

Reviewed-by: ohair
This commit is contained in:
Joe Darcy 2009-12-03 18:19:10 -08:00
parent 5debca27af
commit c40412f4f4
96 changed files with 49 additions and 179 deletions

View file

@ -27,7 +27,7 @@
* @summary HTTP client: Improve proxy server configuration and selection
* @library ../../../sun/net/www/httptest/
* @build ClosedChannelList HttpServer HttpTransaction HttpCallback
* @compile -source 1.5 ProxyTest.java
* @compile ProxyTest.java
* @run main/othervm -Dhttp.proxyHost=inexistant -Dhttp.proxyPort=8080 ProxyTest
*/