You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/03/04 13:08:50 UTC

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

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 {