Fix bug in URLConnection and correct javadoc annotations in StringBuffer.

From-SVN: r38781
This commit is contained in:
Anthony Green 2001-01-07 20:01:46 +00:00 committed by Anthony Green
parent 3799607a1a
commit bc6d273e64
3 changed files with 9 additions and 4 deletions

View file

@ -204,8 +204,6 @@ public abstract class URLConnection
throw new IllegalAccessError("Already connected");
doOutput = dooutput;
if (doOutput)
doInput = false;
}
public boolean getDoOutput()