Skip to content

Commit

Permalink
added implementations?
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Jul 8, 2024
1 parent e60a90b commit 2d2bd1b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sdk-tests/src/test/java/io/dapr/it/pubsub/http/PubSubIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -500,16 +500,6 @@ public byte[] serialize(Object o) {
public <T> T deserialize(byte[] data, TypeRef<T> type) {
return (T) data;
}
) {
@Override
public byte[] serialize(Object o) {
return (byte[])o;
}

@Override
public <T> T deserialize(byte[] data, TypeRef<T> type) {
return (T) data;
}

@Override
public String getContentType() {
Expand Down

0 comments on commit 2d2bd1b

Please sign in to comment.