This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f984e1  RestClient API improvements.
7f984e1 is described below

commit 7f984e1522bde7a4ef2274fe4140f66f47b50b67
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jun 12 10:47:07 2021 -0400

    RestClient API improvements.
---
 .../src/main/java/org/apache/juneau/rest/client/RestClient.java   | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/juneau-rest/juneau-rest-client/src/main/java/org/apache/juneau/rest/client/RestClient.java
 
b/juneau-rest/juneau-rest-client/src/main/java/org/apache/juneau/rest/client/RestClient.java
index ab8bf3e..01f369b 100644
--- 
a/juneau-rest/juneau-rest-client/src/main/java/org/apache/juneau/rest/client/RestClient.java
+++ 
b/juneau-rest/juneau-rest-client/src/main/java/org/apache/juneau/rest/client/RestClient.java
@@ -3654,14 +3654,6 @@ public class RestClient extends BeanContext implements 
HttpClient, Closeable, Re
        // Other methods.
        
//-----------------------------------------------------------------------------------------------------------------
 
-       HttpPartSerializerSession getPartSerializerSession() {
-               return partSerializer.createPartSession(null);
-       }
-
-       HttpPartParserSession getPartParserSession() {
-               return partParser.createPartSession(null);
-       }
-
        private Pattern absUrlPattern = Pattern.compile("^\\w+\\:\\/\\/.*");
 
        URI toURI(Object x, String rootUri) throws RestCallException {

Reply via email to