Author: jleroux
Date: Sat Mar 4 13:08:50 2017
New Revision: 1785478
URL:
http://svn.apache.org/viewvc?rev=1785478&view=revLog:
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 {