Connection.java (usingProxy): return false.
2002-04-14 Mark Wielaard <mark@klomp.org> * gnu/gcj/protocol/http/Connection.java (usingProxy): return false. From-SVN: r52310
This commit is contained in:
parent
ddfb5e0b69
commit
ad8849afb5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-14 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* gnu/gcj/protocol/http/Connection.java (usingProxy): return false.
|
||||
|
||||
2002-04-13 Adam King <aking@dreammechanics.com>
|
||||
|
||||
* java/lang/natDouble.cc (parseDouble): Allow a number to end with
|
||||
|
|
|
@ -125,7 +125,7 @@ class Connection extends HttpURLConnection
|
|||
// TODO: public boolean usingProxy()
|
||||
public boolean usingProxy()
|
||||
{
|
||||
throw new InternalError("HttpURLConnection.usingProxy not implemented");
|
||||
return false;
|
||||
}
|
||||
|
||||
// Override default method in URLConnection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue