< prev index next >

src/com/sun/javatest/httpd/httpURL.java

Print this page
rev 145 : 7902237: Fixing raw use of parameterized class
Reviewed-by: jjg

*** 147,157 **** // ------- Key-Value Processing --------- /** * Set the key-value pairs encoded in this URL. * Not implemented yet. */ ! public void setProperties(Dictionary props) { } /** * Not implemented yet. */ --- 147,157 ---- // ------- Key-Value Processing --------- /** * Set the key-value pairs encoded in this URL. * Not implemented yet. */ ! public void setProperties(Dictionary<String, String> props) { } /** * Not implemented yet. */
< prev index next >