From 0197719646ad167edc5f5259d66f4a9f4d17d778 Mon Sep 17 00:00:00 2001 From: Joel Strasser Date: Mon, 15 Jun 2020 19:39:03 +0200 Subject: [PATCH] corrects typos in javadoc --- pom.xml | 2 +- .../joestr/acronis_http_serve/classes/AcronisCredentials.java | 4 ++-- .../resources/at/joestr/acronis_http_serve/config.properties | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e65ea1e..80733f7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 at.joestr acronis-http-serve - 0.1.4-SNAPSHOT + 0.1.5-SNAPSHOT jar UTF-8 diff --git a/src/main/java/at/joestr/acronis_http_serve/classes/AcronisCredentials.java b/src/main/java/at/joestr/acronis_http_serve/classes/AcronisCredentials.java index 15da5e4..e89022f 100644 --- a/src/main/java/at/joestr/acronis_http_serve/classes/AcronisCredentials.java +++ b/src/main/java/at/joestr/acronis_http_serve/classes/AcronisCredentials.java @@ -41,7 +41,7 @@ public AcronisCredentials(String username, String password) throws IOException, * API. * * @return An access token for usage with the REST API. - * @throws IOException If an I/O error occurs during the proccess of obtaining an access token. + * @throws IOException If an I/O error occurs during the process of obtaining an access token. * @throws InterruptedException If the request/response thread gets interrupted. */ public String getValidAccessToken() throws IOException, InterruptedException { @@ -61,7 +61,7 @@ public String getValidAccessToken() throws IOException, InterruptedException { /** * This method obtains all tokens from the authentication endpoint. * - * @throws IOException If an I/O error occurs during the proccess of obtaining the tokens. + * @throws IOException If an I/O error occurs during the process of obtaining the tokens. * @throws InterruptedException If the request/response thread gets interrupted. */ private void obtainTokens() throws IOException, InterruptedException { diff --git a/src/main/resources/at/joestr/acronis_http_serve/config.properties b/src/main/resources/at/joestr/acronis_http_serve/config.properties index 827645d..046182e 100644 --- a/src/main/resources/at/joestr/acronis_http_serve/config.properties +++ b/src/main/resources/at/joestr/acronis_http_serve/config.properties @@ -5,4 +5,3 @@ jetty.port=8081 arconis.serverurl=https://mycybercloud.de arconis.username=daniel arconis.password=duessentrieb -