Skip to content

Commit

Permalink
corrects typos in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joestr committed Jun 15, 2020
1 parent 12ccf4b commit 0197719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.joestr</groupId>
<artifactId>acronis-http-serve</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ jetty.port=8081
arconis.serverurl=https://mycybercloud.de
arconis.username=daniel
arconis.password=duessentrieb

0 comments on commit 0197719

Please sign in to comment.