Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
From-SVN: r38781
This commit is contained in:
parent
3799607a1a
commit
bc6d273e64
3 changed files with 9 additions and 4 deletions
|
@ -204,8 +204,6 @@ public abstract class URLConnection
|
|||
throw new IllegalAccessError("Already connected");
|
||||
|
||||
doOutput = dooutput;
|
||||
if (doOutput)
|
||||
doInput = false;
|
||||
}
|
||||
|
||||
public boolean getDoOutput()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue