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

ggregory 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 cbc30d550 Remove redundant superinterface Headerable for the type 
SerializedPart, already defined by BasicPart
cbc30d550 is described below

commit cbc30d5502750d1d3b46f0aa2fe1892fb2d587fb
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 5 09:50:23 2023 -0400

    Remove redundant superinterface Headerable for the type SerializedPart,
    already defined by BasicPart
---
 .../src/main/java/org/apache/juneau/http/part/SerializedPart.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/juneau-rest/juneau-rest-common/src/main/java/org/apache/juneau/http/part/SerializedPart.java
 
b/juneau-rest/juneau-rest-common/src/main/java/org/apache/juneau/http/part/SerializedPart.java
index 5274d1717..a48cc1ef8 100644
--- 
a/juneau-rest/juneau-rest-common/src/main/java/org/apache/juneau/http/part/SerializedPart.java
+++ 
b/juneau-rest/juneau-rest-common/src/main/java/org/apache/juneau/http/part/SerializedPart.java
@@ -40,7 +40,7 @@ import org.apache.juneau.urlencoding.*;
  *     <li class='link'><a class="doclink" 
href="../../../../../index.html#juneau-rest-common">juneau-rest-common</a>
  * </ul>
  */
-public class SerializedPart extends BasicPart implements Headerable {
+public class SerializedPart extends BasicPart {
        private final Object value;
        private HttpPartType type;
        private HttpPartSerializerSession serializer;

Reply via email to