Skip to content

Commit

Permalink
Fix typo (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
oioki authored Jan 2, 2024
1 parent cfb0344 commit baaf637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/SentryOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ public void setSslSocketFactory(final @Nullable SSLSocketFactory sslSocketFactor
/**
* Returns HostnameVerifier
*
* @return HostnameVerifier objecr or null
* @return HostnameVerifier object or null
*/
public @Nullable HostnameVerifier getHostnameVerifier() {
return hostnameVerifier;
Expand Down

0 comments on commit baaf637

Please sign in to comment.