Skip to content

Commit 1007e5b

Browse files
committed
format
1 parent d08da1b commit 1007e5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ public void addIntegration(@NotNull Integration integration) {
541541
}
542542

543543
/**
544-
* Evaluates and parses the DSN. May throw an exception if the DSN is invalid.
545-
* Renamed from `getParsedDsn` as this would cause an error when deploying as WAR to
546-
* Tomcat due to `JNDI` property binding.
544+
* Evaluates and parses the DSN. May throw an exception if the DSN is invalid. Renamed from
545+
* `getParsedDsn` as this would cause an error when deploying as WAR to Tomcat due to `JNDI`
546+
* property binding.
547547
*
548548
* @return the parsed DSN or throws if dsn is invalid
549549
*/

0 commit comments

Comments
 (0)