[exo-jcr-commits] exo-jcr SVN: r1173 - ws/trunk/exo.ws.commons/src/main/java/org/exoplatform/common/http/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 24 11:11:56 EST 2009


Author: dkatayev
Date: 2009-12-24 11:11:56 -0500 (Thu, 24 Dec 2009)
New Revision: 1173

Modified:
   ws/trunk/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java
Log:
EXOJCR-346 methods 
public HTTPResponse Get(String file, String query) throws IOException, ModuleException
public HTTPResponse Get(String file, String query, NVPair[] headers) throws IOException, ModuleException
marked as deprecated

Modified: ws/trunk/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java
===================================================================
--- ws/trunk/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java	2009-12-24 15:52:23 UTC (rev 1172)
+++ ws/trunk/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java	2009-12-24 16:11:56 UTC (rev 1173)
@@ -892,6 +892,7 @@
     *              socket.
     * @exception ModuleException if an exception is encountered in any module.
     */
+   @Deprecated
    public HTTPResponse Get(String file, String query) throws IOException, ModuleException
    {
       return Get(file, query, null);
@@ -908,6 +909,7 @@
     *              socket.
     * @exception ModuleException if an exception is encountered in any module.
     */
+   @Deprecated
    public HTTPResponse Get(String file, String query, NVPair[] headers) throws IOException, ModuleException
    {
       String File = stripRef(file);



More information about the exo-jcr-commits mailing list