Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
From-SVN: r38781
This commit is contained in:
committed by
Anthony Green
parent
3799607a1a
commit
bc6d273e64
@@ -204,8 +204,6 @@ public abstract class URLConnection
|
||||
throw new IllegalAccessError("Already connected");
|
||||
|
||||
doOutput = dooutput;
|
||||
if (doOutput)
|
||||
doInput = false;
|
||||
}
|
||||
|
||||
public boolean getDoOutput()
|
||||
|
||||
Reference in New Issue
Block a user