Skip to content

Commit

Permalink
Merge pull request #79 from pkohout-profitsee/master
Browse files Browse the repository at this point in the history
fixed nullpointer exception in OAuthAccessToken.
  • Loading branch information
SidneyAllen authored May 4, 2018
2 parents 6876a4d + 8f5467a commit 565e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/xero/api/OAuthAccessToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public OAuthAccessToken build(String verifier, String tempToken, String tempToke
}

public OAuthAccessToken build() throws IOException {

httpclient = new XeroHttpContext(config).getHttpClient();
return this;
}

Expand Down

0 comments on commit 565e5f6

Please sign in to comment.