Skip to content

Commit baaf637

Browse files
authored
Fix typo (#3124)
1 parent cfb0344 commit baaf637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ public void setSslSocketFactory(final @Nullable SSLSocketFactory sslSocketFactor
13101310
/**
13111311
* Returns HostnameVerifier
13121312
*
1313-
* @return HostnameVerifier objecr or null
1313+
* @return HostnameVerifier object or null
13141314
*/
13151315
public @Nullable HostnameVerifier getHostnameVerifier() {
13161316
return hostnameVerifier;

0 commit comments

Comments
 (0)