svn commit: r1785478 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1785478 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java

jleroux@apache.org
Author: jleroux
Date: Sat Mar  4 13:08:50 2017
New Revision: 1785478

URL: http://svn.apache.org/viewvc?rev=1785478&view=rev
Log:
No functional change, fixes a typo

Modified:
    ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java

Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java?rev=1785478&r1=1785477&r2=1785478&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java (original)
+++ ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/HttpClient.java Sat Mar  4 13:08:50 2017
@@ -33,7 +33,7 @@ import java.util.Map;
 
 /**
  * Send HTTP GET/POST requests.
- * The main problem with current implementation is that it does not handle connections release. You must rely on the SO to release them (timeout).
+ * The main problem with current implementation is that it does not handle connections release. You must rely on the OS to release them (timeout).
  *
  */
 public class HttpClient {