Fixed compile errors
This commit is contained in:
parent
986f26eec8
commit
aa5b3aef87
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ public class ExtractGooglecodeAuthorization {
|
|||
if (debug) {
|
||||
System.out.println("Connected to:" + url.toString());
|
||||
System.out.println("-- Data sent:\n" + data.toString());
|
||||
System.our.ptintln("--");
|
||||
System.out.ptintln("--");
|
||||
}
|
||||
|
||||
// Get the response
|
||||
|
@ -187,7 +187,7 @@ public class ExtractGooglecodeAuthorization {
|
|||
return conn;
|
||||
}
|
||||
|
||||
private static StringBuilder readAnswer(InputStream input)
|
||||
private StringBuilder readAnswer(InputStream input)
|
||||
throws IOException, UnsupportedEncodingException {
|
||||
StringBuilder responseBody = new StringBuilder();
|
||||
InputStream i = input;
|
||||
|
|
Loading…
Reference in a new issue