File tree Expand file tree Collapse file tree
src/main/java/com/xero/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments