Skip to content

Commit 6c088d2

Browse files
committed
Format code
1 parent ab95160 commit 6c088d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sentry/src/main/java/io/sentry/util/StringUtils.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ private StringUtils() {}
109109
/**
110110
* Calculates the SHA-1 String hash.
111111
*
112-
* As of now this is only used to determine the
113-
* local SDK cache folder name based on the project DSN and has no
114-
* other cryptographic related use.
112+
* <p>As of now this is only used to determine the local SDK cache folder name based on the
113+
* project DSN and has no other cryptographic related use.
115114
*
116115
* @param str the String
117116
* @param logger the Logger

0 commit comments

Comments
 (0)