Skip to content

Commit 58504e5

Browse files
committed
Bump to version 0.4.8
1 parent 383658e commit 58504e5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.xero</groupId>
55
<artifactId>xero-java-sdk</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.4.7</version>
7+
<version>0.4.8</version>
88
<name>Xero-Java SDK</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>

src/main/java/com/xero/api/OAuthAccessToken.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,10 @@ public boolean execute() throws IOException
125125

126126
}
127127
} catch (HttpResponseException e) {
128-
System.out.println("REFRESH EXECPTION");
129128

130129
Map<String, String> oauthError = getQueryMap(e.getMessage());
131130
this.problem = oauthError.get("oauth_problem");
132131
this.advice = oauthError.get("oauth_problem_advice");
133-
//System.out.println("HttpException" + e.toString());
134132
isSuccess = false;
135133
}
136134
return isSuccess;

0 commit comments

Comments
 (0)