Skip to content

Commit a260f9d

Browse files
committed
Format code
1 parent c771cbe commit a260f9d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/tracing/CombinedTransactionNameProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
import org.jetbrains.annotations.Nullable;
99

1010
/**
11-
* Resolves transaction name using other transaction name providers by invoking them in order.
12-
* If a provider returns no transaction name, the next one is invoked.
11+
* Resolves transaction name using other transaction name providers by invoking them in order. If a
12+
* provider returns no transaction name, the next one is invoked.
1313
*/
1414
@ApiStatus.Internal
1515
public final class CombinedTransactionNameProvider implements TransactionNameProvider {

sentry-spring/src/main/java/io/sentry/spring/tracing/CombinedTransactionNameProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
import org.jetbrains.annotations.Nullable;
99

1010
/**
11-
* Resolves transaction name using other transaction name providers by invoking them in order.
12-
* If a provider returns no transaction name, the next one is invoked.
11+
* Resolves transaction name using other transaction name providers by invoking them in order. If a
12+
* provider returns no transaction name, the next one is invoked.
1313
*/
1414
@ApiStatus.Internal
1515
public final class CombinedTransactionNameProvider implements TransactionNameProvider {

0 commit comments

Comments
 (0)