Skip to content

Commit 41e18b0

Browse files
committed
Fix spotless formatting violations
1 parent 3f5052c commit 41e18b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientAttributesGetter.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public interface DbClientAttributesGetter<REQUEST, RESPONSE>
2727

2828
/**
2929
* This method will be removed in 2.24.0.
30-
*
30+
*
3131
* @deprecated Use {@link #getDbSystemName(REQUEST)} instead.
3232
*/
3333
@Deprecated
@@ -45,7 +45,7 @@ default String getResponseStatusCode(@Nullable RESPONSE response, @Nullable Thro
4545

4646
/**
4747
* This method will be removed in 2.24.0.
48-
*
48+
*
4949
* @deprecated Use {@link #getResponseStatusCode(RESPONSE, Throwable)} instead.
5050
*/
5151
@Deprecated
@@ -56,7 +56,7 @@ default String getResponseStatus(@Nullable RESPONSE response, @Nullable Throwabl
5656

5757
/**
5858
* This method will be removed in 3.0.
59-
*
59+
*
6060
* @deprecated there is no replacement at this time.
6161
*/
6262
@Deprecated
@@ -67,7 +67,7 @@ default String getUser(REQUEST request) {
6767

6868
/**
6969
* This method will be removed in 3.0.
70-
*
70+
*
7171
* @deprecated there is no replacement at this time.
7272
*/
7373
@Deprecated

0 commit comments

Comments
 (0)