Skip to content

Commit

Permalink
make connection class public
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Jun 5, 2017
1 parent dc6d860 commit 1f41804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/invoiced/entity/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private void refreshUnirestConnection() {



Connection(String apiKey, boolean sandBox) {
public Connection(String apiKey, boolean sandBox) {

this.apiKey = apiKey;
this.sandBox = sandBox;
Expand Down Expand Up @@ -317,4 +317,4 @@ protected final String baseUrl() {

}

}
}

0 comments on commit 1f41804

Please sign in to comment.