Skip to content

Commit 5dff990

Browse files
committed
shorten deprecated comments
1 parent 700e032 commit 5dff990

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/src/main/java/cloud/stackit/sdk/core/auth/SetupAuth.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ public SetupAuth(CoreConfiguration cfg) {
6464
}
6565

6666
/*
67-
* @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator and let it handle the rest. Will be removed in April 2026.
67+
* @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator
68+
* and let it handle the rest. Will be removed in April 2026.
6869
*/
6970
@Deprecated
7071
public void init() throws IOException {
@@ -73,7 +74,8 @@ public void init() throws IOException {
7374
}
7475

7576
/*
76-
* @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator and let it handle the rest. Will be removed in April 2026.
77+
* @deprecated Use static methods of SetupAuth instead or just use the KeyFlowAuthenticator
78+
* and let it handle the rest. Will be removed in April 2026.
7779
*/
7880
@Deprecated
7981
public Interceptor getAuthHandler() {

0 commit comments

Comments
 (0)