Skip to content

Commit f697c89

Browse files
committed
[#4] Open-source the internal HTTP client project
* Fixed comment in HttpClientTest.java
1 parent 4d557f2 commit f697c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/sentrysoftware/http/HttpClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class HttpClientTest {
2121

2222
/**
23-
* By default, HTTPBIN_URL points to Sentry's internal instance of httpbin:
23+
* By default, HTTPBIN_URL points to the public instance of httpbin:
2424
* <code>http://httpbin.org</code>
2525
* <p>
2626
* When running tests, you can set the <code>HTTPBIN_URL</code> environment variable

0 commit comments

Comments
 (0)