< prev index next >

src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java

Print this page

        

*** 1952,1962 **** } /** * Set the tunneling status. * ! * @param the state */ public void setTunnelState(TunnelState tunnelState) { this.tunnelState = tunnelState; } --- 1952,1962 ---- } /** * Set the tunneling status. * ! * @param tunnelState the state */ public void setTunnelState(TunnelState tunnelState) { this.tunnelState = tunnelState; }
< prev index next >