Skip to content

Commit

Permalink
javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Sep 18, 2009
1 parent a7035b3 commit 29eeae6
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -34,8 +34,11 @@ public abstract class HostlessHandler extends URLStreamHandler
{
/**
* Always returns null since impl's URLs do not refer to real hosts.
*
* @param url the url
* @return always null
*/
protected InetAddress getHostAddress(URL u)
protected InetAddress getHostAddress(URL url)
{
return null;
}
Expand Down

0 comments on commit 29eeae6

Please sign in to comment.