From 56caa818dd23993a537aa76793b8ba139caaf185 Mon Sep 17 00:00:00 2001 From: unexpectedpanda Date: Thu, 11 Apr 2019 10:36:01 +1000 Subject: [PATCH 1/2] Removed duplicate auth line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 847b3b6..4da168a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ public class Tester { OAuthAuthenticationDetails auth = new OAuthAuthenticationDetails( "your access token", "your refresh token"); General general = new General(auth); - General general = new General(auth); ClientBasics[] clients = general.getClients(); for (ClientBasics cl : clients) { From 5ddf1875afd98b4a802e7106a83a6eeb02ad0310 Mon Sep 17 00:00:00 2001 From: unexpectedpanda Date: Thu, 11 Apr 2019 10:47:47 +1000 Subject: [PATCH 2/2] Removed a broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b13263..f1b3db8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Guidelines for contributing 1. [Fork the repository](https://help.github.com/articles/fork-a-repo). -2. [Create a topic branch](http://learn.github.com/p/branching.html). +2. Create a topic branch. 3. Make your changes. 4. Ensure that the build passes, by running `gradle -i`. The [Travis CI build](https://travis-ci.org/campaignmonitor/createsend-java) runs on: `openjdk6`, `openjdk7`, and `oraclejdk7`. 5. It should go without saying, but do not increment the version number in your commits.