Fixed compile errors

This commit is contained in:
Victor Shcherb 2011-08-16 13:18:36 +03:00
parent 986f26eec8
commit aa5b3aef87

View file

@ -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;